2024-01-16T09:06:06.884 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-16T09:06:06.884 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --name yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725 --verbose -- /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725/orig.config.yaml 2024-01-16T09:06:06.921 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T09:06:07.001 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725 branch: wip-yuri5-testing-2024-01-11-1300-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7517725' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-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-yuri5-testing-2024-01-11-1300-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: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2024-01-11-1300-pacific sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5979 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-01-11-1300-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f targets: smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNbq4Bd+vANRnf7559KJVjcJjPexWTlI0XtuYFrS4Oa8tL5544tNF0LiTU7xuZ0dAE3TmJcUaZDtml8OuA3d6xk= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPXFGfJYsLt5KU9dgsxfrDJh1Ai9FOtonIz7724BMznV02myGdYbacQ+2Dw0AS+FqHq71nr2IVzOmbcSphROj58= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-15_22:08:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-16T09:06:07.001 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa; will attempt to use it 2024-01-16T09:06:07.002 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks 2024-01-16T09:06:07.002 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-16T09:06:07.003 INFO:teuthology.task.internal:Checking packages... 2024-01-16T09:06:07.029 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-16T09:06:07.029 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-16T09:06:07.029 INFO:teuthology.packaging:ref: None 2024-01-16T09:06:07.029 INFO:teuthology.packaging:tag: None 2024-01-16T09:06:07.029 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T09:06:07.029 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:06:07.029 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-16T09:06:07.174 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-16T09:06:07.176 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-16T09:06:07.182 INFO:teuthology.task.internal:no buildpackages task found 2024-01-16T09:06:07.182 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-16T09:06:07.190 INFO:teuthology.task.internal:Saving configuration 2024-01-16T09:06:07.205 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-16T09:06:07.211 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:06:07.241 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 09:00:58.803539', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNbq4Bd+vANRnf7559KJVjcJjPexWTlI0XtuYFrS4Oa8tL5544tNF0LiTU7xuZ0dAE3TmJcUaZDtml8OuA3d6xk='} 2024-01-16T09:06:07.263 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 09:00:58.805123', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPXFGfJYsLt5KU9dgsxfrDJh1Ai9FOtonIz7724BMznV02myGdYbacQ+2Dw0AS+FqHq71nr2IVzOmbcSphROj58='} 2024-01-16T09:06:07.263 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-16T09:06:07.269 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-16T09:06:07.270 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-16T09:06:07.270 INFO:teuthology.run_tasks:Running task console_log... 2024-01-16T09:06:07.340 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa27af18f70>, signals=[15]) 2024-01-16T09:06:07.341 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-16T09:06:07.347 INFO:teuthology.task.internal:Opening connections... 2024-01-16T09:06:07.347 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:06:07.349 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:06:07.424 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-01-16T09:06:07.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:06:07.499 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-16T09:06:07.506 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-01-16T09:06:07.526 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-01-16T09:06:07.527 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="Red Hat Enterprise Linux" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="8.6 (Ootpa)" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:ID="rhel" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE="fedora" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="8.6" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:PLATFORM_ID="platform:el8" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:ANSI_COLOR="0;31" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://www.redhat.com/" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-16T09:06:07.586 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T09:06:07.587 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:06:07.587 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T09:06:07.587 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-16T09:06:07.587 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-16T09:06:07.587 INFO:teuthology.orchestra.run.smithi137.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-16T09:06:07.587 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-01-16T09:06:07.611 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-01-16T09:06:07.632 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-01-16T09:06:07.632 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Red Hat Enterprise Linux" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="8.6 (Ootpa)" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:ID="rhel" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE="fedora" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="8.6" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:PLATFORM_ID="platform:el8" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:ANSI_COLOR="0;31" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-16T09:06:07.696 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.redhat.com/" 2024-01-16T09:06:07.697 INFO:teuthology.orchestra.run.smithi184.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-16T09:06:07.697 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-16T09:06:07.697 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:06:07.697 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-16T09:06:07.697 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-16T09:06:07.697 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-16T09:06:07.697 INFO:teuthology.orchestra.run.smithi184.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-16T09:06:07.697 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-01-16T09:06:07.719 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-16T09:06:07.728 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-16T09:06:07.733 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-16T09:06:07.733 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-01-16T09:06:07.736 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-01-16T09:06:07.758 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-16T09:06:07.764 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-16T09:06:07.764 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-01-16T09:06:07.796 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-01-16T09:06:07.837 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-16T09:06:07.887 INFO:teuthology.run_tasks:Running task kernel... 2024-01-16T09:06:07.902 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-16T09:06:07.902 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-16T09:06:07.903 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T09:06:07.903 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-16T09:06:07.921 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:06:07.922 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-01-16T09:06:07.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:06:07.923 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-01-16T09:06:07.982 INFO:teuthology.orchestra.run.smithi137.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-16T09:06:07.983 INFO:teuthology.task.kernel:Running kernel on smithi137: 4.18.0-513.9.1.el8_9.x86_64 2024-01-16T09:06:07.983 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum install -y kernel 2024-01-16T09:06:07.989 INFO:teuthology.orchestra.run.smithi184.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-16T09:06:07.989 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.18.0-513.9.1.el8_9.x86_64 2024-01-16T09:06:07.989 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum install -y kernel 2024-01-16T09:06:09.465 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-01-16T09:06:09.465 INFO:teuthology.orchestra.run.smithi184.stdout:Unable to read consumer identity 2024-01-16T09:06:09.488 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-01-16T09:06:09.488 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2024-01-16T09:06:09.710 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:06:09.711 INFO:teuthology.orchestra.run.smithi184.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T09:06:09.711 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:06:09.761 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:06:09.762 INFO:teuthology.orchestra.run.smithi137.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T09:06:09.762 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:06:11.464 INFO:teuthology.orchestra.run.smithi184.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-16T09:06:11.496 INFO:teuthology.orchestra.run.smithi137.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-01-16T09:06:12.817 INFO:teuthology.orchestra.run.smithi184.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-01-16T09:06:13.516 INFO:teuthology.orchestra.run.smithi137.stdout:Extra Packages for Enterprise Linux 8.1 MB/s | 16 MB 00:01 2024-01-16T09:06:16.390 INFO:teuthology.orchestra.run.smithi184.stdout:lab-extras 563 kB/s | 24 kB 00:00 2024-01-16T09:06:17.126 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-16T09:06:17.126 INFO:teuthology.orchestra.run.smithi184.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-16T09:06:17.156 INFO:teuthology.orchestra.run.smithi137.stdout:lab-extras 394 kB/s | 24 kB 00:00 2024-01-16T09:06:17.220 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-01-16T09:06:17.221 INFO:teuthology.orchestra.run.smithi184.stdout:Nothing to do. 2024-01-16T09:06:17.221 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-01-16T09:06:17.367 DEBUG:teuthology.orchestra.run.smithi184:> echo no | sudo yum reinstall kernel || true 2024-01-16T09:06:17.705 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-01-16T09:06:17.705 INFO:teuthology.orchestra.run.smithi184.stdout:Unable to read consumer identity 2024-01-16T09:06:17.891 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-16T09:06:17.891 INFO:teuthology.orchestra.run.smithi137.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-16T09:06:17.975 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-01-16T09:06:17.976 INFO:teuthology.orchestra.run.smithi137.stdout:Nothing to do. 2024-01-16T09:06:17.976 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-01-16T09:06:17.992 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:06:17.992 INFO:teuthology.orchestra.run.smithi184.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T09:06:17.992 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:06:18.121 DEBUG:teuthology.orchestra.run.smithi137:> echo no | sudo yum reinstall kernel || true 2024-01-16T09:06:18.308 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:00:02 ago on Tue 16 Jan 2024 09:06:16 AM UTC. 2024-01-16T09:06:18.405 INFO:teuthology.orchestra.run.smithi184.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-16T09:06:18.406 INFO:teuthology.orchestra.run.smithi184.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-16T09:06:18.452 INFO:teuthology.orchestra.run.smithi184.stderr:Error: No packages marked for reinstall. 2024-01-16T09:06:18.500 DEBUG:teuthology.orchestra.run.smithi184:> sudo yum reinstall -y kernel || true 2024-01-16T09:06:18.502 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-01-16T09:06:18.503 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2024-01-16T09:06:18.728 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:06:18.728 INFO:teuthology.orchestra.run.smithi137.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T09:06:18.729 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:06:18.838 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-01-16T09:06:18.838 INFO:teuthology.orchestra.run.smithi184.stdout:Unable to read consumer identity 2024-01-16T09:06:19.042 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:02 ago on Tue 16 Jan 2024 09:06:17 AM UTC. 2024-01-16T09:06:19.062 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:06:19.062 INFO:teuthology.orchestra.run.smithi184.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T09:06:19.062 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:06:19.127 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-16T09:06:19.130 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-16T09:06:19.178 INFO:teuthology.orchestra.run.smithi137.stderr:Error: No packages marked for reinstall. 2024-01-16T09:06:19.225 DEBUG:teuthology.orchestra.run.smithi137:> sudo yum reinstall -y kernel || true 2024-01-16T09:06:19.371 INFO:teuthology.orchestra.run.smithi184.stdout:Last metadata expiration check: 0:00:03 ago on Tue 16 Jan 2024 09:06:16 AM UTC. 2024-01-16T09:06:19.439 INFO:teuthology.orchestra.run.smithi184.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-16T09:06:19.439 INFO:teuthology.orchestra.run.smithi184.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-16T09:06:19.481 INFO:teuthology.orchestra.run.smithi184.stderr:Error: No packages marked for reinstall. 2024-01-16T09:06:19.529 DEBUG:teuthology.orchestra.run.smithi184:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T09:06:19.563 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-01-16T09:06:19.563 INFO:teuthology.orchestra.run.smithi137.stdout:Unable to read consumer identity 2024-01-16T09:06:19.690 INFO:teuthology.orchestra.run.smithi184.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-16T09:06:19.690 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-16T09:06:19.691 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-16T09:06:19.691 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-16T09:06:19.691 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T09:06:19.725 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-01-16T09:06:19.740 DEBUG:teuthology.parallel:result is None 2024-01-16T09:06:19.826 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:06:19.826 INFO:teuthology.orchestra.run.smithi137.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-16T09:06:19.826 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:06:20.132 INFO:teuthology.orchestra.run.smithi137.stdout:Last metadata expiration check: 0:00:03 ago on Tue 16 Jan 2024 09:06:17 AM UTC. 2024-01-16T09:06:20.195 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-16T09:06:20.195 INFO:teuthology.orchestra.run.smithi137.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-16T09:06:20.225 INFO:teuthology.orchestra.run.smithi137.stderr:Error: No packages marked for reinstall. 2024-01-16T09:06:20.278 DEBUG:teuthology.orchestra.run.smithi137:> rpm -q kernel | sort -rV | head -n 1 2024-01-16T09:06:20.437 INFO:teuthology.orchestra.run.smithi137.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-16T09:06:20.438 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-16T09:06:20.438 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-16T09:06:20.438 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-16T09:06:20.438 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-16T09:06:20.466 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-01-16T09:06:20.478 DEBUG:teuthology.parallel:result is None 2024-01-16T09:06:20.478 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-16T09:06:20.486 INFO:teuthology.task.internal:Creating test directory... 2024-01-16T09:06:20.486 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T09:06:20.520 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-16T09:06:20.540 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-16T09:06:20.546 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-16T09:06:20.553 INFO:teuthology.task.internal:Creating archive directory... 2024-01-16T09:06:20.554 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T09:06:20.577 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-16T09:06:20.612 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-16T09:06:20.618 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-16T09:06:20.619 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-16T09:06:20.644 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-16T09:06:20.672 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:06:20.683 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:06:20.701 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:06:20.714 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-16T09:06:20.716 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-16T09:06:20.723 INFO:teuthology.task.internal:Configuring sudo... 2024-01-16T09:06:20.723 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T09:06:20.727 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-16T09:06:20.761 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-16T09:06:20.770 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-16T09:06:20.770 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T09:06:20.795 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-16T09:06:20.821 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:06:20.894 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:06:20.951 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:06:21.033 DEBUG:teuthology.orchestra.run.smithi137:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:06:21.077 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:06:21.077 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T09:06:21.144 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:06:21.193 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-16T09:06:21.248 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:06:21.336 DEBUG:teuthology.orchestra.run.smithi184:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-16T09:06:21.383 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:06:21.383 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-16T09:06:21.456 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-01-16T09:06:21.459 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-01-16T09:06:21.501 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T09:06:21.548 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T09:06:21.941 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-16T09:06:21.949 INFO:teuthology.task.internal:Starting timer... 2024-01-16T09:06:21.950 INFO:teuthology.run_tasks:Running task pcp... 2024-01-16T09:06:21.961 INFO:teuthology.run_tasks:Running task selinux... 2024-01-16T09:06:21.970 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-16T09:06:21.970 DEBUG:teuthology.orchestra.run.smithi137:> sudo service auditd rotate 2024-01-16T09:06:22.027 INFO:teuthology.orchestra.run.smithi137.stdout:Rotating logs: 2024-01-16T09:06:22.028 DEBUG:teuthology.orchestra.run.smithi184:> sudo service auditd rotate 2024-01-16T09:06:22.104 INFO:teuthology.orchestra.run.smithi184.stdout:Rotating logs: 2024-01-16T09:06:22.106 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-16T09:06:22.106 DEBUG:teuthology.orchestra.run.smithi137:> /usr/sbin/getenforce 2024-01-16T09:06:22.125 INFO:teuthology.orchestra.run.smithi137.stdout:Permissive 2024-01-16T09:06:22.125 DEBUG:teuthology.orchestra.run.smithi184:> /usr/sbin/getenforce 2024-01-16T09:06:22.154 INFO:teuthology.orchestra.run.smithi184.stdout:Permissive 2024-01-16T09:06:22.154 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi137.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi184.front.sepia.ceph.com': 'permissive'} 2024-01-16T09:06:22.154 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T09:06:22.193 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:06:22.194 DEBUG:teuthology.orchestra.run.smithi184:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T09:06:22.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:06:22.230 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-16T09:06:22.231 DEBUG:teuthology.orchestra.run.smithi137:> sudo /usr/sbin/setenforce permissive 2024-01-16T09:06:22.260 DEBUG:teuthology.orchestra.run.smithi184:> sudo /usr/sbin/setenforce permissive 2024-01-16T09:06:22.316 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-16T09:06:22.326 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-16T09:06:22.346 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-16T09:06:22.347 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi137.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-16T09:15:10.944 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi137.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2024-01-16T09:15:11.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-01-16T09:15:11.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:15:11.081 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-01-16T09:15:11.107 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-01-16T09:15:11.107 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-01-16T09:15:11.108 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-16T09:15:11.198 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-01-16T09:15:11.265 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-01-16T09:15:11.266 INFO:teuthology.run_tasks:Running task clock... 2024-01-16T09:15:11.277 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-16T09:15:11.277 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T09:15:11.278 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:15:11.280 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-16T09:15:11.280 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:15:11.311 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T09:15:11.326 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T09:15:11.339 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-16T09:15:11.353 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-16T09:15:11.406 INFO:teuthology.orchestra.run.smithi137.stderr:sudo: ntpd: command not found 2024-01-16T09:15:11.418 INFO:teuthology.orchestra.run.smithi137.stdout:506 Cannot talk to daemon 2024-01-16T09:15:11.422 INFO:teuthology.orchestra.run.smithi184.stderr:sudo: ntpd: command not found 2024-01-16T09:15:11.433 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T09:15:11.434 INFO:teuthology.orchestra.run.smithi184.stdout:506 Cannot talk to daemon 2024-01-16T09:15:11.447 INFO:teuthology.orchestra.run.smithi137.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T09:15:11.448 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-16T09:15:11.462 INFO:teuthology.orchestra.run.smithi184.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-16T09:15:11.523 INFO:teuthology.orchestra.run.smithi137.stderr:bash: ntpq: command not found 2024-01-16T09:15:11.527 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T09:15:11.527 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-01-16T09:15:11.527 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:15:11.527 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:15:11.527 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:15:11.527 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:15:11.531 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2024-01-16T09:15:11.535 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T09:15:11.535 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2024-01-16T09:15:11.536 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:15:11.536 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:15:11.536 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:15:11.536 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:15:11.539 INFO:teuthology.run_tasks:Running task pexec... 2024-01-16T09:15:11.550 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-16T09:15:11.550 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:15:11.550 DEBUG:teuthology.orchestra.run.smithi137:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T09:15:11.551 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi184.front.sepia.ceph.com 2024-01-16T09:15:11.551 DEBUG:teuthology.orchestra.run.smithi184:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-16T09:15:11.947 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-01-16T09:15:11.954 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-01-16T09:15:13.857 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-01-16T09:15:14.027 INFO:teuthology.orchestra.run.smithi184.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-01-16T09:15:14.370 INFO:teuthology.orchestra.run.smithi184.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 51 kB/s | 4.5 kB 00:00 2024-01-16T09:15:14.404 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 kB/s | 4.1 kB 00:00 2024-01-16T09:15:17.224 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-01-16T09:15:17.225 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-01-16T09:15:17.225 INFO:teuthology.orchestra.run.smithi184.stdout: Package Architecture Version Repository Size 2024-01-16T09:15:17.225 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-01-16T09:15:17.225 INFO:teuthology.orchestra.run.smithi184.stdout:Resetting modules: 2024-01-16T09:15:17.225 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools 2024-01-16T09:15:17.225 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:15:17.225 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-01-16T09:15:17.226 INFO:teuthology.orchestra.run.smithi184.stdout:================================================================================ 2024-01-16T09:15:17.226 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:15:17.406 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout: Package Architecture Version Repository Size 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout:Resetting modules: 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-01-16T09:15:17.407 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:15:29.620 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-01-16T09:15:30.112 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-01-16T09:15:31.168 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-01-16T09:15:31.663 INFO:teuthology.orchestra.run.smithi184.stdout:Updating Subscription Management repositories. 2024-01-16T09:15:31.987 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2024-01-16T09:15:32.581 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-01-16T09:15:33.679 INFO:teuthology.orchestra.run.smithi184.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-01-16T09:15:33.987 INFO:teuthology.orchestra.run.smithi184.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2024-01-16T09:15:35.520 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-01-16T09:15:35.672 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================== 2024-01-16T09:15:35.672 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-01-16T09:15:35.672 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================== 2024-01-16T09:15:35.672 INFO:teuthology.orchestra.run.smithi137.stdout:Installing group/module packages: 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-01-16T09:15:35.673 INFO:teuthology.orchestra.run.smithi137.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout:Installing weak dependencies: 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout:Installing module profiles: 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools/common 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout:Enabling module streams: 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout: container-tools rhel8 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout:========================================================================================================== 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout:Install 13 Packages 2024-01-16T09:15:35.674 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:15:35.675 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 26 M 2024-01-16T09:15:35.675 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 87 M 2024-01-16T09:15:35.675 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-01-16T09:15:35.799 INFO:teuthology.orchestra.run.smithi137.stdout:(1/13): python3-pyxdg-0.25-16.el8.noarch.rpm 755 kB/s | 94 kB 00:00 2024-01-16T09:15:35.816 INFO:teuthology.orchestra.run.smithi137.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 176 kB/s | 25 kB 00:00 2024-01-16T09:15:35.833 INFO:teuthology.orchestra.run.smithi137.stdout:(3/13): yajl-2.1.0-12.el8.x86_64.rpm 259 kB/s | 41 kB 00:00 2024-01-16T09:15:35.933 INFO:teuthology.orchestra.run.smithi137.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 7.2 MB/s | 739 kB 00:00 2024-01-16T09:15:35.975 INFO:teuthology.orchestra.run.smithi137.stdout:(5/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 5.7 MB/s | 1.0 MB 00:00 2024-01-16T09:15:36.076 INFO:teuthology.orchestra.run.smithi137.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 277 kB/s | 39 kB 00:00 2024-01-16T09:15:36.184 INFO:teuthology.orchestra.run.smithi137.stdout:(7/13): buildah-1.31.3-1.module+el8.9.0+20326+3 24 MB/s | 8.8 MB 00:00 2024-01-16T09:15:36.210 INFO:teuthology.orchestra.run.smithi137.stdout:(8/13): crun-1.8.7-1.module+el8.9.0+20326+38708 1.0 MB/s | 239 kB 00:00 2024-01-16T09:15:36.293 INFO:teuthology.orchestra.run.smithi137.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 17 MB/s | 3.7 MB 00:00 2024-01-16T09:15:36.369 INFO:teuthology.orchestra.run.smithi137.stdout:(10/13): python3-podman-4.6.0-1.module+el8.9.0+ 835 kB/s | 153 kB 00:00 2024-01-16T09:15:36.486 INFO:teuthology.orchestra.run.smithi137.stdout:(11/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 30 MB/s | 8.1 MB 00:00 2024-01-16T09:15:36.511 INFO:teuthology.orchestra.run.smithi137.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 348 kB/s | 49 kB 00:00 2024-01-16T09:15:36.569 INFO:teuthology.orchestra.run.smithi137.stdout:(13/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 9.2 MB/s | 2.5 MB 00:00 2024-01-16T09:15:36.570 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-01-16T09:15:36.570 INFO:teuthology.orchestra.run.smithi137.stdout:Total 29 MB/s | 26 MB 00:00 2024-01-16T09:15:36.856 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-01-16T09:15:36.876 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-01-16T09:15:36.876 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-01-16T09:15:37.018 INFO:teuthology.orchestra.run.smithi184.stdout:Dependencies resolved. 2024-01-16T09:15:37.106 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-01-16T09:15:37.115 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-01-16T09:15:37.176 INFO:teuthology.orchestra.run.smithi184.stdout:========================================================================================================== 2024-01-16T09:15:37.176 INFO:teuthology.orchestra.run.smithi184.stdout: Package Arch Version Repository Size 2024-01-16T09:15:37.176 INFO:teuthology.orchestra.run.smithi184.stdout:========================================================================================================== 2024-01-16T09:15:37.176 INFO:teuthology.orchestra.run.smithi184.stdout:Installing group/module packages: 2024-01-16T09:15:37.176 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-01-16T09:15:37.177 INFO:teuthology.orchestra.run.smithi184.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-01-16T09:15:37.177 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-01-16T09:15:37.177 INFO:teuthology.orchestra.run.smithi184.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-01-16T09:15:37.177 INFO:teuthology.orchestra.run.smithi184.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-01-16T09:15:37.177 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-01-16T09:15:37.177 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-01-16T09:15:37.177 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-01-16T09:15:37.178 INFO:teuthology.orchestra.run.smithi184.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-01-16T09:15:37.178 INFO:teuthology.orchestra.run.smithi184.stdout:Installing dependencies: 2024-01-16T09:15:37.178 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-01-16T09:15:37.178 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-01-16T09:15:37.178 INFO:teuthology.orchestra.run.smithi184.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-16T09:15:37.178 INFO:teuthology.orchestra.run.smithi184.stdout:Installing weak dependencies: 2024-01-16T09:15:37.178 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-01-16T09:15:37.179 INFO:teuthology.orchestra.run.smithi184.stdout:Installing module profiles: 2024-01-16T09:15:37.179 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools/common 2024-01-16T09:15:37.179 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:15:37.179 INFO:teuthology.orchestra.run.smithi184.stdout:Enabling module streams: 2024-01-16T09:15:37.179 INFO:teuthology.orchestra.run.smithi184.stdout: container-tools rhel8 2024-01-16T09:15:37.179 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:15:37.180 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction Summary 2024-01-16T09:15:37.180 INFO:teuthology.orchestra.run.smithi184.stdout:========================================================================================================== 2024-01-16T09:15:37.180 INFO:teuthology.orchestra.run.smithi184.stdout:Install 13 Packages 2024-01-16T09:15:37.180 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:15:37.181 INFO:teuthology.orchestra.run.smithi184.stdout:Total download size: 26 M 2024-01-16T09:15:37.181 INFO:teuthology.orchestra.run.smithi184.stdout:Installed size: 87 M 2024-01-16T09:15:37.181 INFO:teuthology.orchestra.run.smithi184.stdout:Downloading Packages: 2024-01-16T09:15:37.306 INFO:teuthology.orchestra.run.smithi184.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 194 kB/s | 25 kB 00:00 2024-01-16T09:15:37.331 INFO:teuthology.orchestra.run.smithi184.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 615 kB/s | 94 kB 00:00 2024-01-16T09:15:37.348 INFO:teuthology.orchestra.run.smithi184.stdout:(3/13): yajl-2.1.0-12.el8.x86_64.rpm 242 kB/s | 41 kB 00:00 2024-01-16T09:15:37.432 INFO:teuthology.orchestra.run.smithi184.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 8.0 MB/s | 1.0 MB 00:00 2024-01-16T09:15:37.474 INFO:teuthology.orchestra.run.smithi184.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 5.8 MB/s | 739 kB 00:00 2024-01-16T09:15:37.532 INFO:teuthology.orchestra.run.smithi184.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 393 kB/s | 39 kB 00:00 2024-01-16T09:15:37.691 INFO:teuthology.orchestra.run.smithi184.stdout:(7/13): buildah-1.31.3-1.module+el8.9.0+20326+3 25 MB/s | 8.8 MB 00:00 2024-01-16T09:15:37.708 INFO:teuthology.orchestra.run.smithi184.stdout:(8/13): crun-1.8.7-1.module+el8.9.0+20326+38708 1.0 MB/s | 239 kB 00:00 2024-01-16T09:15:37.720 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-01-16T09:15:37.817 INFO:teuthology.orchestra.run.smithi184.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 13 MB/s | 3.7 MB 00:00 2024-01-16T09:15:37.858 INFO:teuthology.orchestra.run.smithi184.stdout:(10/13): python3-podman-4.6.0-1.module+el8.9.0+ 918 kB/s | 153 kB 00:00 2024-01-16T09:15:37.993 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2024-01-16T09:15:38.000 INFO:teuthology.orchestra.run.smithi184.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 14 MB/s | 2.5 MB 00:00 2024-01-16T09:15:38.101 INFO:teuthology.orchestra.run.smithi184.stdout:(12/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 21 MB/s | 8.1 MB 00:00 2024-01-16T09:15:38.126 INFO:teuthology.orchestra.run.smithi184.stdout:(13/13): udica-0.2.6-20.module+el8.9.0+20326+38 185 kB/s | 49 kB 00:00 2024-01-16T09:15:38.126 INFO:teuthology.orchestra.run.smithi184.stdout:-------------------------------------------------------------------------------- 2024-01-16T09:15:38.126 INFO:teuthology.orchestra.run.smithi184.stdout:Total 27 MB/s | 26 MB 00:00 2024-01-16T09:15:38.410 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction check 2024-01-16T09:15:38.431 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction check succeeded. 2024-01-16T09:15:38.431 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction test 2024-01-16T09:15:38.513 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2024-01-16T09:15:38.659 INFO:teuthology.orchestra.run.smithi184.stdout:Transaction test succeeded. 2024-01-16T09:15:38.667 INFO:teuthology.orchestra.run.smithi184.stdout:Running transaction 2024-01-16T09:15:38.710 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2024-01-16T09:15:38.912 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2024-01-16T09:15:39.065 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-01-16T09:15:39.276 INFO:teuthology.orchestra.run.smithi184.stdout: Preparing : 1/1 2024-01-16T09:15:39.315 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-01-16T09:15:39.498 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2024-01-16T09:15:39.610 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-01-16T09:15:39.999 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2024-01-16T09:15:40.182 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2024-01-16T09:15:40.341 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2024-01-16T09:15:40.525 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-16T09:15:40.553 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-01-16T09:15:40.754 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-01-16T09:15:40.774 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-16T09:15:40.998 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-01-16T09:15:41.161 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-01-16T09:15:41.891 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-16T09:15:42.076 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-01-16T09:15:42.129 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-16T09:15:42.338 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-01-16T09:15:42.490 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-01-16T09:15:42.547 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-16T09:15:42.961 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-16T09:15:42.962 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2024-01-16T09:15:42.962 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2024-01-16T09:15:42.962 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2024-01-16T09:15:43.354 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-01-16T09:15:43.585 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-01-16T09:15:43.802 INFO:teuthology.orchestra.run.smithi184.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-16T09:15:44.237 INFO:teuthology.orchestra.run.smithi184.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2024-01-16T09:15:44.238 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2024-01-16T09:15:44.239 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2024-01-16T09:15:56.555 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2024-01-16T09:15:56.555 INFO:teuthology.orchestra.run.smithi137.stdout:Installed products updated. 2024-01-16T09:15:57.083 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:15:57.083 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-01-16T09:15:57.083 INFO:teuthology.orchestra.run.smithi137.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:57.083 INFO:teuthology.orchestra.run.smithi137.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:57.083 INFO:teuthology.orchestra.run.smithi137.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-01-16T09:15:57.083 INFO:teuthology.orchestra.run.smithi137.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:57.083 INFO:teuthology.orchestra.run.smithi137.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:57.083 INFO:teuthology.orchestra.run.smithi137.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:15:57.084 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-01-16T09:15:57.257 DEBUG:teuthology.parallel:result is None 2024-01-16T09:15:57.935 INFO:teuthology.orchestra.run.smithi184.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2024-01-16T09:15:57.935 INFO:teuthology.orchestra.run.smithi184.stdout:Installed products updated. 2024-01-16T09:15:58.518 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:15:58.518 INFO:teuthology.orchestra.run.smithi184.stdout:Installed: 2024-01-16T09:15:58.518 INFO:teuthology.orchestra.run.smithi184.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:58.518 INFO:teuthology.orchestra.run.smithi184.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:58.518 INFO:teuthology.orchestra.run.smithi184.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:15:58.519 INFO:teuthology.orchestra.run.smithi184.stdout:Complete! 2024-01-16T09:15:58.701 DEBUG:teuthology.parallel:result is None 2024-01-16T09:15:58.701 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-16T09:15:58.712 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-16T09:15:58.712 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:15:58.713 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:15:58.734 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-16T09:15:58.734 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 175458 Links: 1 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-01-16 09:15:42.692734392 +0000 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-01-16 09:14:28.929219218 +0000 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-01-16 09:14:28.929219218 +0000 2024-01-16T09:15:58.795 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-01-16T09:15:58.796 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T09:15:58.864 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-01-16T09:15:58.865 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-01-16T09:15:58.865 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000280474 s, 1.8 MB/s 2024-01-16T09:15:58.866 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T09:15:58.926 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 174850 Links: 1 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-01-16 09:15:42.692734392 +0000 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-01-16 09:14:29.314212181 +0000 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-01-16 09:14:29.314212181 +0000 2024-01-16T09:15:58.985 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-01-16T09:15:58.985 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T09:15:59.053 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-01-16T09:15:59.053 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-01-16T09:15:59.053 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000224005 s, 2.3 MB/s 2024-01-16T09:15:59.054 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T09:15:59.113 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-01-16T09:15:59.172 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T09:15:59.172 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:15:59.173 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 177389 Links: 1 2024-01-16T09:15:59.173 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:15:59.173 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:15:59.173 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-01-16 09:15:42.692734392 +0000 2024-01-16T09:15:59.173 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-01-16 09:14:29.677205545 +0000 2024-01-16T09:15:59.173 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-01-16 09:14:29.677205545 +0000 2024-01-16T09:15:59.173 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-01-16T09:15:59.173 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T09:15:59.240 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-01-16T09:15:59.240 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-01-16T09:15:59.241 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000190179 s, 2.7 MB/s 2024-01-16T09:15:59.241 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T09:15:59.300 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 174959 Links: 1 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-01-16 09:15:42.693734374 +0000 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-01-16 09:14:30.028199130 +0000 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-01-16 09:14:30.028199130 +0000 2024-01-16T09:15:59.359 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-01-16T09:15:59.359 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T09:15:59.425 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-01-16T09:15:59.425 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-01-16T09:15:59.425 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000216315 s, 2.4 MB/s 2024-01-16T09:15:59.426 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T09:15:59.484 DEBUG:teuthology.orchestra.run.smithi137:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-16T09:15:59.601 INFO:teuthology.orchestra.run.smithi137.stdout:loop 2024-01-16T09:15:59.602 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-01-16T09:15:59.602 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-16T09:15:59.638 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-01-16T09:15:59.674 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_11 2024-01-16T09:15:59.714 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-01-16T09:15:59.714 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-16T09:15:59.795 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-01-16T09:15:59.831 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_21 2024-01-16T09:15:59.869 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-01-16T09:15:59.869 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-16T09:15:59.944 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-01-16T09:15:59.980 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_31 2024-01-16T09:16:00.018 INFO:tasks.nvme_loop:Connecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-01-16T09:16:00.018 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-16T09:16:00.094 INFO:teuthology.orchestra.run.smithi137.stdout:1 2024-01-16T09:16:00.129 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/vg_nvme/lv_41 2024-01-16T09:16:00.168 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:16:00.168 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:16:00.225 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme list 2024-01-16T09:16:00.290 INFO:teuthology.orchestra.run.smithi137.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-16T09:16:00.291 INFO:teuthology.orchestra.run.smithi137.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-16T09:16:00.291 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme0n1 CVFT6233004A400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-16T09:16:00.291 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme1n1 b0581533f0ac6d085f74 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:16:00.291 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme2n1 a141fe779f4f6c9cd59b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:16:00.291 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme3n1 7effdb4c14d1210f017a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:16:00.291 INFO:teuthology.orchestra.run.smithi137.stdout:/dev/nvme4n1 f424ac6dcbb02d53dfe4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:16:00.292 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:16:00.292 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:16:00.292 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-01-16T09:16:00.359 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:16:00.359 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:16:00.380 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-16T09:16:00.380 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2024-01-16T09:16:00.442 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-16T09:16:00.442 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:16:00.443 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 171949 Links: 1 2024-01-16T09:16:00.443 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:16:00.443 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:16:00.443 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-01-16 09:15:43.951750909 +0000 2024-01-16T09:16:00.443 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-01-16 09:14:43.117152246 +0000 2024-01-16T09:16:00.443 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-01-16 09:14:43.117152246 +0000 2024-01-16T09:16:00.443 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-01-16T09:16:00.443 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-16T09:16:00.514 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-01-16T09:16:00.514 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-01-16T09:16:00.514 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000239766 s, 2.1 MB/s 2024-01-16T09:16:00.515 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-16T09:16:00.575 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 179236 Links: 1 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-01-16 09:15:43.951750909 +0000 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-01-16 09:14:43.460145030 +0000 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-01-16 09:14:43.460145030 +0000 2024-01-16T09:16:00.634 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-01-16T09:16:00.635 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-16T09:16:00.701 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-01-16T09:16:00.702 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-01-16T09:16:00.702 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000221086 s, 2.3 MB/s 2024-01-16T09:16:00.703 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-16T09:16:00.762 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 177420 Links: 1 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-01-16 09:15:43.951750909 +0000 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-01-16 09:14:43.831137226 +0000 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-01-16 09:14:43.831137226 +0000 2024-01-16T09:16:00.820 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-01-16T09:16:00.820 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-16T09:16:00.886 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-01-16T09:16:00.886 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-01-16T09:16:00.886 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000162317 s, 3.2 MB/s 2024-01-16T09:16:00.887 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-16T09:16:00.945 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2024-01-16T09:16:01.002 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-16T09:16:01.003 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-16T09:16:01.003 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 177470 Links: 1 2024-01-16T09:16:01.003 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-16T09:16:01.003 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:device_t:s0 2024-01-16T09:16:01.003 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-01-16 09:15:43.951750909 +0000 2024-01-16T09:16:01.003 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-01-16 09:14:44.179129906 +0000 2024-01-16T09:16:01.003 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-01-16 09:14:44.179129906 +0000 2024-01-16T09:16:01.003 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-01-16T09:16:01.003 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-16T09:16:01.069 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-01-16T09:16:01.069 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-01-16T09:16:01.069 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000308194 s, 1.7 MB/s 2024-01-16T09:16:01.070 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-16T09:16:01.128 DEBUG:teuthology.orchestra.run.smithi184:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-16T09:16:01.246 INFO:teuthology.orchestra.run.smithi184.stdout:loop 2024-01-16T09:16:01.247 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_1... 2024-01-16T09:16:01.247 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-16T09:16:01.283 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-01-16T09:16:01.318 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_11 2024-01-16T09:16:01.358 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_2... 2024-01-16T09:16:01.358 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-16T09:16:01.439 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-01-16T09:16:01.475 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_21 2024-01-16T09:16:01.514 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_3... 2024-01-16T09:16:01.514 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-16T09:16:01.590 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-01-16T09:16:01.626 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_31 2024-01-16T09:16:01.664 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_4... 2024-01-16T09:16:01.665 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-16T09:16:01.740 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-01-16T09:16:01.776 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_41 2024-01-16T09:16:01.814 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:16:01.814 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:16:01.871 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme list 2024-01-16T09:16:01.937 INFO:teuthology.orchestra.run.smithi184.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-16T09:16:01.938 INFO:teuthology.orchestra.run.smithi184.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-16T09:16:01.938 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme0n1 CVFT626500CE400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-16T09:16:01.938 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme1n1 9ad19ae0d81bcda71449 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:16:01.938 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme2n1 499407590619481a3b71 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:16:01.938 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme3n1 a5f9d19e4238e59ea085 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:16:01.938 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme4n1 fe9c84bfe58ed3b05d1e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-16T09:16:01.939 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:16:01.939 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:16:01.939 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/scratch_devs 2024-01-16T09:16:02.006 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-16T09:16:02.080 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': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-16T09:16:02.080 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-16T09:16:02.081 INFO:tasks.cephadm:Cluster fsid is de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:02.081 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-16T09:16:02.081 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-16T09:16:02.081 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi137': '172.21.15.137', 'mon.smithi184': '172.21.15.184'} 2024-01-16T09:16:02.081 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-16T09:16:02.082 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-01-16T09:16:02.115 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2024-01-16T09:16:02.142 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-16T09:16:02.142 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-16T09:16:02.408 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 16 09:16 /home/ubuntu/cephtest/cephadm 2024-01-16T09:16:02.408 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-16T09:16:02.762 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 16 09:16 /home/ubuntu/cephtest/cephadm 2024-01-16T09:16:02.762 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T09:16:02.784 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-16T09:16:02.828 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-01-16T09:16:02.861 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2024-01-16T09:16:02.888 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-01-16T09:16:02.932 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2024-01-16T09:16:02.959 INFO:tasks.cephadm:Writing seed config... 2024-01-16T09:16:02.960 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-16T09:16:02.960 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-16T09:16:02.960 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-16T09:16:02.960 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-16T09:16:02.960 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-16T09:16:02.960 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-16T09:16:02.961 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-16T09:16:02.961 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-16T09:16:02.961 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:16:02.961 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-16T09:16:02.991 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 = de5857a0-b44f-11ee-95ad-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-16T09:16:02.992 DEBUG:teuthology.orchestra.run.smithi137:mon.smithi137> sudo journalctl -f -n 0 -u ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi137.service 2024-01-16T09:16:03.034 INFO:tasks.cephadm:Bootstrapping... 2024-01-16T09:16:03.034 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid de5857a0-b44f-11ee-95ad-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.137 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:16:03.064 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:-- Logs begin at Tue 2024-01-16 09:05:13 UTC. -- 2024-01-16T09:16:03.353 INFO:teuthology.orchestra.run.smithi137.stderr:-------------------------------------------------------------------------------- 2024-01-16T09:16:03.353 INFO:teuthology.orchestra.run.smithi137.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', 'de5857a0-b44f-11ee-95ad-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.137', '--skip-admin-label'] 2024-01-16T09:16:04.893 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: 4.6.1 2024-01-16T09:16:04.904 INFO:teuthology.orchestra.run.smithi137.stderr:Verifying podman|docker is present... 2024-01-16T09:16:04.928 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: 4.6.1 2024-01-16T09:16:04.937 INFO:teuthology.orchestra.run.smithi137.stderr:Verifying lvm2 is present... 2024-01-16T09:16:04.938 INFO:teuthology.orchestra.run.smithi137.stderr:Verifying time synchronization is in place... 2024-01-16T09:16:04.945 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T09:16:04.951 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: inactive 2024-01-16T09:16:04.958 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: enabled 2024-01-16T09:16:04.964 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: active 2024-01-16T09:16:04.965 INFO:teuthology.orchestra.run.smithi137.stderr:Unit chronyd.service is enabled and running 2024-01-16T09:16:04.965 INFO:teuthology.orchestra.run.smithi137.stderr:Repeating the final host check... 2024-01-16T09:16:04.986 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: 4.6.1 2024-01-16T09:16:04.998 INFO:teuthology.orchestra.run.smithi137.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-16T09:16:04.998 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl is present 2024-01-16T09:16:04.999 INFO:teuthology.orchestra.run.smithi137.stderr:lvcreate is present 2024-01-16T09:16:05.004 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-16T09:16:05.010 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: inactive 2024-01-16T09:16:05.016 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: enabled 2024-01-16T09:16:05.022 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: active 2024-01-16T09:16:05.024 INFO:teuthology.orchestra.run.smithi137.stderr:Unit chronyd.service is enabled and running 2024-01-16T09:16:05.024 INFO:teuthology.orchestra.run.smithi137.stderr:Host looks OK 2024-01-16T09:16:05.024 INFO:teuthology.orchestra.run.smithi137.stderr:Cluster fsid: de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:05.024 INFO:teuthology.orchestra.run.smithi137.stderr:Acquiring lock 140453336880072 on /run/cephadm/de5857a0-b44f-11ee-95ad-87774f69a715.lock 2024-01-16T09:16:05.025 INFO:teuthology.orchestra.run.smithi137.stderr:Lock 140453336880072 acquired on /run/cephadm/de5857a0-b44f-11ee-95ad-87774f69a715.lock 2024-01-16T09:16:05.025 INFO:teuthology.orchestra.run.smithi137.stderr:Verifying IP 172.21.15.137 port 3300 ... 2024-01-16T09:16:05.025 INFO:teuthology.orchestra.run.smithi137.stderr:Verifying IP 172.21.15.137 port 6789 ... 2024-01-16T09:16:05.025 INFO:teuthology.orchestra.run.smithi137.stderr:Base mon IP(s) is [172.21.15.137:3300, 172.21.15.137:6789], mon addrv is [v2:172.21.15.137:3300,v1:172.21.15.137:6789] 2024-01-16T09:16:05.027 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-16T09:16:05.027 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.137 metric 100 2024-01-16T09:16:05.030 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-16T09:16:05.030 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-01-16T09:16:05.030 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-16T09:16:05.033 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-16T09:16:05.033 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-16T09:16:05.033 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T09:16:05.034 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-16T09:16:05.034 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: inet6 fe80::9415:a6d0:84bb:9869/64 scope link noprefixroute 2024-01-16T09:16:05.034 INFO:teuthology.orchestra.run.smithi137.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-16T09:16:05.035 INFO:teuthology.orchestra.run.smithi137.stderr:Mon IP `172.21.15.137` is in CIDR network `172.21.0.0/20` 2024-01-16T09:16:05.035 INFO:teuthology.orchestra.run.smithi137.stderr:Mon IP `172.21.15.137` is in CIDR network `172.21.0.0/20` 2024-01-16T09:16:05.036 INFO:teuthology.orchestra.run.smithi137.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-16T09:16:05.036 INFO:teuthology.orchestra.run.smithi137.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-16T09:16:05.036 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-16T09:16:05.149 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-16T09:16:05.250 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: Getting image source signatures 2024-01-16T09:16:05.250 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: Copying blob sha256:6c507150f7e9f028ef978d633e702dab944bbda82bfbc46f6307495cf6dd9fc7 2024-01-16T09:16:05.250 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: Copying blob sha256:bc4c4b5b825b25c40bd4d1b5b2bef6bc41033cac3926cd78b1aa65ed9989b16b 2024-01-16T09:16:26.977 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: Copying config sha256:377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T09:16:27.027 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: Writing manifest to image destination 2024-01-16T09:16:27.349 INFO:teuthology.orchestra.run.smithi137.stderr:/bin/podman: 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-16T09:16:27.846 INFO:teuthology.orchestra.run.smithi137.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-16T09:16:28.200 INFO:teuthology.orchestra.run.smithi137.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-16T09:16:28.200 INFO:teuthology.orchestra.run.smithi137.stderr:Extracting ceph user uid/gid from container image... 2024-01-16T09:16:28.498 INFO:teuthology.orchestra.run.smithi137.stderr:stat: 167 167 2024-01-16T09:16:28.826 INFO:teuthology.orchestra.run.smithi137.stderr:Creating initial keys... 2024-01-16T09:16:29.063 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-authtool: AQBtSaZllADFAhAAUdv2OLzS0pKmJfRpAS0zGQ== 2024-01-16T09:16:29.663 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-authtool: AQBtSaZl7beFJhAAoisKPnVLoU4Ug7B4u+1uCQ== 2024-01-16T09:16:30.263 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-authtool: AQBuSaZlH8mrDhAAvNzwID2TuDl93Psh6Q3iYw== 2024-01-16T09:16:30.617 INFO:teuthology.orchestra.run.smithi137.stderr:Creating initial monmap... 2024-01-16T09:16:31.172 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T09:16:31.172 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:31.172 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T09:16:31.534 INFO:teuthology.orchestra.run.smithi137.stderr:monmaptool for smithi137 [v2:172.21.15.137:3300,v1:172.21.15.137:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-16T09:16:31.534 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/monmaptool: set fsid to de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:31.535 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-16T09:16:31.535 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:16:31.535 INFO:teuthology.orchestra.run.smithi137.stderr:Creating mon... 2024-01-16T09:16:31.798 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.768+0000 7f24f17ab880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T09:16:31.798 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 1 imported monmap: 2024-01-16T09:16:31.798 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-16T09:16:31.798 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: fsid de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:31.798 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: last_changed 2024-01-16T09:16:31.161698+0000 2024-01-16T09:16:31.798 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: created 2024-01-16T09:16:31.161698+0000 2024-01-16T09:16:31.798 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.smithi137 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 0 /usr/bin/ceph-mon: set fsid to de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: DB SUMMARY 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi137/store.db dir, Total Num: 0, files: 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi137/store.db: 2024-01-16T09:16:31.799 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.create_if_missing: 1 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.env: 0x5578b650d080 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.fs: Posix File System 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.info_log: 0x5578b8229380 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.statistics: (nil) 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.use_fsync: 0 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T09:16:31.800 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.db_log_dir: 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi137/store.db 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T09:16:31.801 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.write_buffer_manager: 0x5578b822f980 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T09:16:31.802 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.unordered_write: 0 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.row_cache: None 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.wal_filter: None 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T09:16:31.803 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T09:16:31.804 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.max_open_files: -1 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Compression algorithms supported: 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: kZSTD supported: 0 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T09:16:31.805 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.769+0000 7f24f17ab880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi137/store.db/MANIFEST-000001 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.merge_operator: 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.compaction_filter: None 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5578b813fd30) 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T09:16:31.806 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: block_cache: 0x5578b8174d10 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-16T09:16:31.807 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-16T09:16:31.808 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.compression: NoCompression 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.num_levels: 7 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T09:16:31.809 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.770+0000 7f24f17ab880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T09:16:31.810 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T09:16:31.811 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T09:16:31.812 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.ttl: 2592000 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi137/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.771+0000 7f24f17ab880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.813 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.772+0000 7f24f17ab880 4 rocksdb: DB pointer 0x5578b823d800 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.772+0000 7f24da621700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.772+0000 7f24da621700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:16:31.814 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:16:31.815 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:16:31.816 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.774+0000 7f24f17ab880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.774+0000 7f24f17ab880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-16T09:16:31.817 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph-mon: debug 2024-01-16T09:16:31.774+0000 7f24f17ab880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi137 for mon.smithi137 2024-01-16T09:16:32.138 INFO:teuthology.orchestra.run.smithi137.stderr:create mon.smithi137 on 2024-01-16T09:16:32.247 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-16T09:16:32.343 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-de5857a0-b44f-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-de5857a0-b44f-11ee-95ad-87774f69a715.target. 2024-01-16T09:16:32.343 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-de5857a0-b44f-11ee-95ad-87774f69a715.target → /etc/systemd/system/ceph-de5857a0-b44f-11ee-95ad-87774f69a715.target. 2024-01-16T09:16:32.547 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Failed to reset failed state of unit ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi137.service: Unit ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi137.service not loaded. 2024-01-16T09:16:32.553 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Created symlink /etc/systemd/system/ceph-de5857a0-b44f-11ee-95ad-87774f69a715.target.wants/ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi137.service → /etc/systemd/system/ceph-de5857a0-b44f-11ee-95ad-87774f69a715@.service. 2024-01-16T09:16:33.010 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: disabled 2024-01-16T09:16:33.017 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: inactive 2024-01-16T09:16:33.018 INFO:teuthology.orchestra.run.smithi137.stderr:firewalld.service is not enabled 2024-01-16T09:16:33.018 INFO:teuthology.orchestra.run.smithi137.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T09:16:33.019 INFO:teuthology.orchestra.run.smithi137.stderr:Waiting for mon to start... 2024-01-16T09:16:33.019 INFO:teuthology.orchestra.run.smithi137.stderr:Waiting for mon... 2024-01-16T09:16:33.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: cluster 2024-01-16T09:16:33.004065+0000 mon.smithi137 (mon.0) 1 : cluster [INF] mon.smithi137 is new leader, mons smithi137 in quorum (ranks 0) 2024-01-16T09:16:33.495 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: cluster: 2024-01-16T09:16:33.495 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: id: de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: services: 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi137 (age 0.467769s) 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: data: 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: pgs: 2024-01-16T09:16:33.496 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:33.796 INFO:teuthology.orchestra.run.smithi137.stderr:mon is available 2024-01-16T09:16:33.796 INFO:teuthology.orchestra.run.smithi137.stderr:Assimilating anything we can from ceph.conf... 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: [global] 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: fsid = de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.137:3300,v1:172.21.15.137:6789] 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: [mgr] 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:34.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: [osd] 2024-01-16T09:16:34.252 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T09:16:34.252 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T09:16:34.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: cluster 2024-01-16T09:16:33.025951+0000 mon.smithi137 (mon.0) 2 : cluster [INF] mon.smithi137 is new leader, mons smithi137 in quorum (ranks 0) 2024-01-16T09:16:34.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: cluster 2024-01-16T09:16:33.026190+0000 mon.smithi137 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi137=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0]} removed_ranks: {} 2024-01-16T09:16:34.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: cluster 2024-01-16T09:16:33.034755+0000 mon.smithi137 (mon.0) 4 : cluster [DBG] fsmap 2024-01-16T09:16:34.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: cluster 2024-01-16T09:16:33.043199+0000 mon.smithi137 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T09:16:34.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: cluster 2024-01-16T09:16:33.043701+0000 mon.smithi137 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T09:16:34.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: audit 2024-01-16T09:16:33.493661+0000 mon.smithi137 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.137:0/3593464194' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-16T09:16:34.623 INFO:teuthology.orchestra.run.smithi137.stderr:Generating new minimal ceph.conf... 2024-01-16T09:16:35.309 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: audit 2024-01-16T09:16:34.246531+0000 mon.smithi137 (mon.0) 8 : audit [INF] from='client.? 172.21.15.137:0/3808728688' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T09:16:35.309 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: audit 2024-01-16T09:16:34.249128+0000 mon.smithi137 (mon.0) 9 : audit [INF] from='client.? 172.21.15.137:0/3808728688' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T09:16:35.309 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: audit 2024-01-16T09:16:35.019649+0000 mon.smithi137 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.137:0/2914562351' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:16:35.357 INFO:teuthology.orchestra.run.smithi137.stderr:Restarting the monitor... 2024-01-16T09:16:35.593 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:35 smithi137 systemd[1]: Stopping Ceph mon.smithi137 for de5857a0-b44f-11ee-95ad-87774f69a715... 2024-01-16T09:16:35.593 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:35 smithi137 bash[32617]: Error: no container with name or ID "ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon.smithi137" found: no such container 2024-01-16T09:16:35.868 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: debug 2024-01-16T09:16:35.591+0000 7f650390d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi137 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T09:16:35.868 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32293]: debug 2024-01-16T09:16:35.591+0000 7f650390d700 -1 mon.smithi137@0(leader) e1 *** Got Signal Terminated *** 2024-01-16T09:16:36.209 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:35 smithi137 bash[32656]: ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137 2024-01-16T09:16:36.478 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 systemd[1]: ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi137.service: Succeeded. 2024-01-16T09:16:36.478 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 systemd[1]: Stopped Ceph mon.smithi137 for de5857a0-b44f-11ee-95ad-87774f69a715. 2024-01-16T09:16:36.478 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 systemd[1]: Starting Ceph mon.smithi137 for de5857a0-b44f-11ee-95ad-87774f69a715... 2024-01-16T09:16:36.542 INFO:teuthology.orchestra.run.smithi137.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-16T09:16:36.996 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.527+0000 7fd09ae5f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T09:16:36.996 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.527+0000 7fd09ae5f880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T09:16:36.996 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.527+0000 7fd09ae5f880 0 pidfile_write: ignore empty --pid-file 2024-01-16T09:16:36.996 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.531+0000 7fd09ae5f880 0 load: jerasure load: lrc load: isa 2024-01-16T09:16:36.996 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T09:16:36.996 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:36.996 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T09:16:36.996 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T09:16:36.997 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: DB SUMMARY 2024-01-16T09:16:36.997 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:36.997 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T09:16:36.997 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:36.997 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T09:16:36.997 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:36.998 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-16T09:16:36.998 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:36.998 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi137/store.db dir, Total Num: 1, files: 000004.sst 2024-01-16T09:16:36.998 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:36.998 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi137/store.db: 000006.log size: 81746 ; 2024-01-16T09:16:36.998 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:36.999 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T09:16:36.999 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T09:16:36.999 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T09:16:36.999 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.env: 0x561a895d5080 2024-01-16T09:16:36.999 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.fs: Posix File System 2024-01-16T09:16:36.999 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.info_log: 0x561a8adefd20 2024-01-16T09:16:36.999 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T09:16:37.000 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.statistics: (nil) 2024-01-16T09:16:37.000 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.use_fsync: 0 2024-01-16T09:16:37.000 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T09:16:37.000 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T09:16:37.001 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T09:16:37.001 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T09:16:37.001 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T09:16:37.001 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T09:16:37.001 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T09:16:37.001 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T09:16:37.001 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T09:16:37.001 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.db_log_dir: 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi137/store.db 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T09:16:37.002 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.write_buffer_manager: 0x561a8baec420 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T09:16:37.003 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.unordered_write: 0 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.row_cache: None 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.wal_filter: None 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T09:16:37.004 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T09:16:37.005 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_open_files: -1 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Compression algorithms supported: 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: kZSTD supported: 0 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi137/store.db/MANIFEST-000005 2024-01-16T09:16:37.006 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.merge_operator: 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_filter: None 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 bash[32778]: b694edf3ee83f0751b01266431805312fb01e224a945362304820e8eda7c9ae7 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561a8ad9fd28) 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cache_index_and_filter_blocks: 1 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: pin_top_level_index_and_filter: 1 2024-01-16T09:16:37.007 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: index_type: 0 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: data_block_index_type: 0 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: index_shortening: 1 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: hash_index_allow_collision: 1 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: checksum: 1 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: no_block_cache: 0 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: block_cache: 0x561a8add4f10 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: block_cache_name: BinnedLRUCache 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: block_cache_options: 2024-01-16T09:16:37.008 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: capacity : 536870912 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: num_shard_bits : 4 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: strict_capacity_limit : 0 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: high_pri_pool_ratio: 0.000 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: block_cache_compressed: (nil) 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: persistent_cache: (nil) 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: block_size: 4096 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: block_size_deviation: 10 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: block_restart_interval: 16 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: index_block_restart_interval: 1 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: metadata_block_size: 4096 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: partition_filters: 0 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: use_delta_encoding: 1 2024-01-16T09:16:37.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: whole_key_filtering: 1 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: verify_compression: 0 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: read_amp_bytes_per_bit: 0 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: format_version: 2 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: enable_index_compression: 1 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: block_align: 0 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compression: NoCompression 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.num_levels: 7 2024-01-16T09:16:37.010 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T09:16:37.011 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T09:16:37.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T09:16:37.013 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T09:16:37.013 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T09:16:37.014 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T09:16:37.014 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T09:16:37.014 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T09:16:37.014 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T09:16:37.015 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T09:16:37.015 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T09:16:37.015 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T09:16:37.015 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T09:16:37.015 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T09:16:37.015 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T09:16:37.015 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T09:16:37.016 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T09:16:37.016 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T09:16:37.016 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T09:16:37.016 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T09:16:37.016 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T09:16:37.016 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T09:16:37.017 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T09:16:37.017 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T09:16:37.017 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T09:16:37.017 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T09:16:37.017 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T09:16:37.017 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T09:16:37.017 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T09:16:37.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T09:16:37.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T09:16:37.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T09:16:37.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T09:16:37.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T09:16:37.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T09:16:37.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T09:16:37.019 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T09:16:37.019 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T09:16:37.019 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T09:16:37.019 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T09:16:37.019 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.ttl: 2592000 2024-01-16T09:16:37.019 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.532+0000 7fd09ae5f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T09:16:37.020 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.533+0000 7fd09ae5f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi137/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T09:16:37.020 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.020 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.533+0000 7fd09ae5f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-16T09:16:37.020 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.020 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.533+0000 7fd09ae5f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705396596534912, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-16T09:16:37.021 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.533+0000 7fd09ae5f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-16T09:16:37.021 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.533+0000 7fd09ae5f880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-16T09:16:37.021 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.534+0000 7fd09ae5f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705396596535750, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78749, "table_properties": {"data_size": 77043, "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": 71613, "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": 1705396596, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T09:16:37.021 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.534+0000 7fd09ae5f880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-16T09:16:37.021 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.021 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.534+0000 7fd09ae5f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705396596536147, "job": 1, "event": "recovery_finished"} 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.535+0000 7fd09ae5f880 4 rocksdb: DB pointer 0x561a8ae9d800 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.535+0000 7fd081c54700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.535+0000 7fd081c54700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ** DB Stats ** 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:16:37.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T09:16:37.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T09:16:37.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:16:37.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ** Compaction Stats [default] ** 2024-01-16T09:16:37.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:16:37.024 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:16:37.024 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: L0 2/0 78.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.8 0.00 0.00 1 0.001 0 0 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Sum 2/0 78.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.8 0.00 0.00 1 0.001 0 0 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.8 0.00 0.00 1 0.001 0 0 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ** Compaction Stats [default] ** 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.8 0.00 0.00 1 0.001 0 0 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:16:37.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Cumulative compaction: 0.00 GB write, 27.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Interval compaction: 0.00 GB write, 27.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ** Compaction Stats [default] ** 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: L0 2/0 78.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.8 0.00 0.00 1 0.001 0 0 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Sum 2/0 78.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.8 0.00 0.00 1 0.001 0 0 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ** Compaction Stats [default] ** 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.8 0.00 0.00 1 0.001 0 0 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:16:37.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Cumulative compaction: 0.00 GB write, 27.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.536+0000 7fd09ae5f880 0 starting mon.smithi137 rank 0 at public addrs [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] at bind addrs [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi137 fsid de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.537+0000 7fd09ae5f880 1 mon.smithi137@-1(???) e1 preinit fsid de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.537+0000 7fd09ae5f880 0 mon.smithi137@-1(???).mds e1 new map 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.537+0000 7fd09ae5f880 0 mon.smithi137@-1(???).mds e1 print_map 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: e1 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-16T09:16:37.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: legacy client fscid: -1 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: No filesystems configured 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.538+0000 7fd09ae5f880 0 mon.smithi137@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.538+0000 7fd09ae5f880 0 mon.smithi137@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.538+0000 7fd09ae5f880 0 mon.smithi137@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.538+0000 7fd09ae5f880 0 mon.smithi137@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:34.246531+0000 mon.smithi137 (mon.0) 8 : audit [INF] from='client.? 172.21.15.137:0/3808728688' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:34.249128+0000 mon.smithi137 (mon.0) 9 : audit [INF] from='client.? 172.21.15.137:0/3808728688' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:35.019649+0000 mon.smithi137 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.137:0/2914562351' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:16:36.538+0000 7fd09ae5f880 1 mon.smithi137@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 systemd[1]: Started Ceph mon.smithi137 for de5857a0-b44f-11ee-95ad-87774f69a715. 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:36.555165+0000 mon.smithi137 (mon.0) 1 : cluster [INF] mon.smithi137 is new leader, mons smithi137 in quorum (ranks 0) 2024-01-16T09:16:37.029 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:36.555253+0000 mon.smithi137 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi137=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0]} removed_ranks: {} 2024-01-16T09:16:37.030 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:36.555927+0000 mon.smithi137 (mon.0) 3 : cluster [DBG] fsmap 2024-01-16T09:16:37.030 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:36.555964+0000 mon.smithi137 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-16T09:16:37.030 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:36.556360+0000 mon.smithi137 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-16T09:16:37.323 INFO:teuthology.orchestra.run.smithi137.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-16T09:16:37.323 INFO:teuthology.orchestra.run.smithi137.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:16:37.323 INFO:teuthology.orchestra.run.smithi137.stderr:Creating mgr... 2024-01-16T09:16:37.324 INFO:teuthology.orchestra.run.smithi137.stderr:Verifying port 9283 ... 2024-01-16T09:16:37.448 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Failed to reset failed state of unit ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mgr.smithi137.dilesi.service: Unit ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mgr.smithi137.dilesi.service not loaded. 2024-01-16T09:16:37.454 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: Created symlink /etc/systemd/system/ceph-de5857a0-b44f-11ee-95ad-87774f69a715.target.wants/ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mgr.smithi137.dilesi.service → /etc/systemd/system/ceph-de5857a0-b44f-11ee-95ad-87774f69a715@.service. 2024-01-16T09:16:37.975 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: disabled 2024-01-16T09:16:37.983 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: inactive 2024-01-16T09:16:37.983 INFO:teuthology.orchestra.run.smithi137.stderr:firewalld.service is not enabled 2024-01-16T09:16:37.984 INFO:teuthology.orchestra.run.smithi137.stderr:Not possible to enable service . firewalld.service is not available 2024-01-16T09:16:37.991 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: disabled 2024-01-16T09:16:37.999 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: inactive 2024-01-16T09:16:38.000 INFO:teuthology.orchestra.run.smithi137.stderr:firewalld.service is not enabled 2024-01-16T09:16:38.000 INFO:teuthology.orchestra.run.smithi137.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-16T09:16:38.001 INFO:teuthology.orchestra.run.smithi137.stderr:Waiting for mgr to start... 2024-01-16T09:16:38.001 INFO:teuthology.orchestra.run.smithi137.stderr:Waiting for mgr... 2024-01-16T09:16:38.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:36.972216+0000 mon.smithi137 (mon.0) 6 : audit [INF] from='client.? 172.21.15.137:0/1980131641' entity='client.admin' 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: { 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "fsid": "de5857a0-b44f-11ee-95ad-87774f69a715", 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:38.421 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 0 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "smithi137" 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:38.422 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:16:38.423 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "available": false, 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:38.424 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:16:38.425 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:38.425 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:16:38.425 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:38.425 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:16:33.029547+0000", 2024-01-16T09:16:38.425 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:16:38.425 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:38.425 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:16:38.425 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: } 2024-01-16T09:16:38.756 INFO:teuthology.orchestra.run.smithi137.stderr:mgr not available, waiting (1/15)... 2024-01-16T09:16:39.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:38.414520+0000 mon.smithi137 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.137:0/2241578993' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:16:41.172 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: { 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "fsid": "de5857a0-b44f-11ee-95ad-87774f69a715", 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 0 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "smithi137" 2024-01-16T09:16:41.173 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:16:41.174 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:16:41.178 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:16:41.178 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:16:41.178 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:16:41.178 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:41.178 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:16:41.178 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:16:41.178 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:16:41.178 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "available": false, 2024-01-16T09:16:41.179 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:16:33.029547+0000", 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:16:41.180 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: } 2024-01-16T09:16:41.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:41.169487+0000 mon.smithi137 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.137:0/2025512098' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:16:42.038 INFO:teuthology.orchestra.run.smithi137.stderr:mgr not available, waiting (2/15)... 2024-01-16T09:16:43.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:43.300747+0000 mon.smithi137 (mon.0) 9 : cluster [INF] Activating manager daemon smithi137.dilesi 2024-01-16T09:16:43.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:43.303567+0000 mon.smithi137 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi137.dilesi(active, starting, since 0.00293199s) 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.304569+0000 mon.smithi137 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.304771+0000 mon.smithi137 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.304944+0000 mon.smithi137 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.305115+0000 mon.smithi137 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.305301+0000 mon.smithi137 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr metadata", "who": "smithi137.dilesi", "id": "smithi137.dilesi"}]: dispatch 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:43.307080+0000 mon.smithi137 (mon.0) 16 : cluster [INF] Manager daemon smithi137.dilesi is now available 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.318238+0000 mon.smithi137 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.322197+0000 mon.smithi137 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi137.dilesi/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.324649+0000 mon.smithi137 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi137.dilesi/trash_purge_schedule"}]: dispatch 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.326973+0000 mon.smithi137 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' 2024-01-16T09:16:43.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:43.332290+0000 mon.smithi137 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.137:0/3065721849' entity='mgr.smithi137.dilesi' 2024-01-16T09:16:44.629 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:44.629 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: { 2024-01-16T09:16:44.629 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "fsid": "de5857a0-b44f-11ee-95ad-87774f69a715", 2024-01-16T09:16:44.629 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "health": { 2024-01-16T09:16:44.629 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-16T09:16:44.629 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "checks": {}, 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "mutes": [] 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum": [ 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 0 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "smithi137" 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "monmap": { 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:44.630 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osdmap": { 2024-01-16T09:16:44.631 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:44.631 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-16T09:16:44.631 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-16T09:16:44.631 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-16T09:16:44.634 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-16T09:16:44.634 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-16T09:16:44.634 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-16T09:16:44.634 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:44.634 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "pgmap": { 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "fsmap": { 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-16T09:16:44.635 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "modules": [ 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "iostat", 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "nfs", 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "restful" 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ], 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "servicemap": { 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "modified": "2024-01-16T09:16:33.029547+0000", 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "services": {} 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: }, 2024-01-16T09:16:44.636 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-16T09:16:44.637 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: } 2024-01-16T09:16:44.981 INFO:teuthology.orchestra.run.smithi137.stderr:mgr is available 2024-01-16T09:16:45.525 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: [global] 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: fsid = de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: [mgr] 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: [osd] 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-16T09:16:45.526 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-16T09:16:45.678 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:44.306180+0000 mon.smithi137 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi137.dilesi(active, since 1.00554s) 2024-01-16T09:16:45.679 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:44.626374+0000 mon.smithi137 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.137:0/3915513902' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-16T09:16:45.871 INFO:teuthology.orchestra.run.smithi137.stderr:Enabling cephadm module... 2024-01-16T09:16:46.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:45.523508+0000 mon.smithi137 (mon.0) 24 : audit [INF] from='client.? 172.21.15.137:0/337064747' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-16T09:16:47.590 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:46.307470+0000 mon.smithi137 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi137.dilesi(active, since 3s) 2024-01-16T09:16:47.591 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:46.423708+0000 mon.smithi137 (mon.0) 26 : audit [INF] from='client.? 172.21.15.137:0/2941693405' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-16T09:16:48.250 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: { 2024-01-16T09:16:48.250 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-16T09:16:48.250 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:16:48.250 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "active_name": "smithi137.dilesi", 2024-01-16T09:16:48.250 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T09:16:48.251 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: } 2024-01-16T09:16:48.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:47.309074+0000 mon.smithi137 (mon.0) 27 : audit [INF] from='client.? 172.21.15.137:0/2941693405' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-16T09:16:48.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:47.309136+0000 mon.smithi137 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi137.dilesi(active, since 4s) 2024-01-16T09:16:48.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:48.249576+0000 mon.smithi137 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.137:0/2198954314' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T09:16:48.604 INFO:teuthology.orchestra.run.smithi137.stderr:Waiting for the mgr to restart... 2024-01-16T09:16:48.605 INFO:teuthology.orchestra.run.smithi137.stderr:Waiting for mgr epoch 5... 2024-01-16T09:16:53.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:52.655190+0000 mon.smithi137 (mon.0) 30 : cluster [INF] Active manager daemon smithi137.dilesi restarted 2024-01-16T09:16:53.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:52.655405+0000 mon.smithi137 (mon.0) 31 : cluster [INF] Activating manager daemon smithi137.dilesi 2024-01-16T09:16:53.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:52.660376+0000 mon.smithi137 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-16T09:16:53.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:52.660495+0000 mon.smithi137 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi137.dilesi(active, starting, since 0.00516652s) 2024-01-16T09:16:53.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.661369+0000 mon.smithi137 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-01-16T09:16:53.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.661974+0000 mon.smithi137 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr metadata", "who": "smithi137.dilesi", "id": "smithi137.dilesi"}]: dispatch 2024-01-16T09:16:53.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.662564+0000 mon.smithi137 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:16:53.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.662702+0000 mon.smithi137 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:16:53.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.662834+0000 mon.smithi137 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:16:53.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:52.677041+0000 mon.smithi137 (mon.0) 39 : cluster [INF] Manager daemon smithi137.dilesi is now available 2024-01-16T09:16:53.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.689000+0000 mon.smithi137 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:16:53.668 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: { 2024-01-16T09:16:53.668 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-16T09:16:53.668 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T09:16:53.668 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: } 2024-01-16T09:16:54.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:16:52.686463+0000 mgr.smithi137.dilesi (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-16T09:16:54.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.774507+0000 mon.smithi137 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:16:54.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.775491+0000 mon.smithi137 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:16:54.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.776720+0000 mon.smithi137 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:16:54.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.778353+0000 mon.smithi137 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:16:54.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.792328+0000 mon.smithi137 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi137.dilesi/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:16:54.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:52.794750+0000 mon.smithi137 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi137.dilesi/trash_purge_schedule"}]: dispatch 2024-01-16T09:16:54.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:53.660839+0000 mon.smithi137 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi137.dilesi(active, since 1.0055s) 2024-01-16T09:16:55.044 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:53.660173+0000 mgr.smithi137.dilesi (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T09:16:55.044 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:53.666977+0000 mgr.smithi137.dilesi (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T09:16:55.404 INFO:teuthology.orchestra.run.smithi137.stderr:mgr epoch 5 is available 2024-01-16T09:16:55.405 INFO:teuthology.orchestra.run.smithi137.stderr:Setting orchestrator backend to cephadm... 2024-01-16T09:16:56.046 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:16:54.777298+0000 mon.smithi137 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi137.dilesi(active, since 2s) 2024-01-16T09:16:57.932 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:56.654935+0000 mgr.smithi137.dilesi (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:16:57.932 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:56.659543+0000 mon.smithi137 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:16:57.932 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:16:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:16:56.707405+0000 mon.smithi137 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:17:00.624 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: value unchanged 2024-01-16T09:17:01.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:00.607792+0000 mgr.smithi137.dilesi (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:02.546 INFO:teuthology.orchestra.run.smithi137.stderr:Generating ssh key... 2024-01-16T09:17:04.559 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzY61hxpVoAtMEjJBAaCcIpdimp+luqMKkCQsEsifhJanVW0Y1Dq/2rSx0E4bwUnysS1LZNAwpL4uU1Po/tZCr14IxozYV4KEjLYtl68LCPIZu6Bl2IHaBXdn6jw2dQXiAsreHIrf7rjBbUs5WLPYctMfvKyZfZ3NgsAHOrx0GK2bMoUsxK1iDNTU+HfRXq2Og6lrLouTjidUrRshvEDACvkyu3TmIUgR9VGtxjclKw6IgjBNXoxwz9JKM1xiFoMx326S4vEJA7ufoEyPetu8v6rhLiAp1Alt+mbO2WACxLdLsaV8Z2vvKSTiO9J3PXbAZVlxQEMd3YPpzxfvlNE7WNiAySEH0OxEh6HcpErtN0t903mT/chH0PT3jg2QdEX30mBUYMhdzSFkEXucxvTcVszUslEkrUqekRpX7YHaccbyesXJcIFK32eFXSsLslKYWBDqlSkiOUr6OCmvJPO66RouRQcNVFhRJV4Jq5dEurgyGm+V023wIomCdOm2wH7E= ceph-de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:17:04.887 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:03.470169+0000 mgr.smithi137.dilesi (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:04.888 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:03.470370+0000 mgr.smithi137.dilesi (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-16T09:17:04.888 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:03.656196+0000 mon.smithi137 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:04.888 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:03.657840+0000 mon.smithi137 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:04.936 INFO:teuthology.orchestra.run.smithi137.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-16T09:17:04.936 INFO:teuthology.orchestra.run.smithi137.stderr:Adding key to root@localhost authorized_keys... 2024-01-16T09:17:04.938 INFO:teuthology.orchestra.run.smithi137.stderr:Adding host smithi137... 2024-01-16T09:17:05.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:04.558308+0000 mgr.smithi137.dilesi (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:06.063 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Added host 'smithi137' with addr '172.21.15.137' 2024-01-16T09:17:06.368 INFO:teuthology.orchestra.run.smithi137.stderr:Deploying mon service with default placement... 2024-01-16T09:17:06.926 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-16T09:17:07.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:05.456661+0000 mgr.smithi137.dilesi (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "addr": "172.21.15.137", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:07.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:06.061198+0000 mon.smithi137 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:07.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:06.061492+0000 mgr.smithi137.dilesi (mgr.14116) 10 : cephadm [INF] Added host smithi137 2024-01-16T09:17:07.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:06.092857+0000 mon.smithi137 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:17:07.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:06.925367+0000 mon.smithi137 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:07.343 INFO:teuthology.orchestra.run.smithi137.stderr:Deploying mgr service with default placement... 2024-01-16T09:17:07.952 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-16T09:17:08.245 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:06.921758+0000 mgr.smithi137.dilesi (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:08.245 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:06.922949+0000 mgr.smithi137.dilesi (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-16T09:17:08.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:07.951814+0000 mon.smithi137 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:08.318 INFO:teuthology.orchestra.run.smithi137.stderr:Deploying crash service with default placement... 2024-01-16T09:17:08.963 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-16T09:17:09.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:07.948634+0000 mgr.smithi137.dilesi (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:09.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:07.949591+0000 mgr.smithi137.dilesi (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-16T09:17:09.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:08.100778+0000 mon.smithi137 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:09.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:08.339353+0000 mon.smithi137 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:09.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:08.962338+0000 mon.smithi137 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:09.418 INFO:teuthology.orchestra.run.smithi137.stderr:Deploying prometheus service with default placement... 2024-01-16T09:17:09.959 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-16T09:17:10.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:08.958362+0000 mgr.smithi137.dilesi (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:10.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:08.959285+0000 mgr.smithi137.dilesi (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-16T09:17:10.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:09.149925+0000 mon.smithi137 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:10.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:09.959048+0000 mon.smithi137 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:10.451 INFO:teuthology.orchestra.run.smithi137.stderr:Deploying grafana service with default placement... 2024-01-16T09:17:10.956 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-16T09:17:11.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:09.955907+0000 mgr.smithi137.dilesi (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:11.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:09.956820+0000 mgr.smithi137.dilesi (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-16T09:17:11.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:10.955625+0000 mon.smithi137 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:11.309 INFO:teuthology.orchestra.run.smithi137.stderr:Deploying node-exporter service with default placement... 2024-01-16T09:17:11.833 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-16T09:17:12.184 INFO:teuthology.orchestra.run.smithi137.stderr:Deploying alertmanager service with default placement... 2024-01-16T09:17:12.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:10.952556+0000 mgr.smithi137.dilesi (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:12.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:10.953362+0000 mgr.smithi137.dilesi (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-16T09:17:12.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:11.832132+0000 mon.smithi137 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:12.691 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-16T09:17:13.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:11.828981+0000 mgr.smithi137.dilesi (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:13.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:11.829851+0000 mgr.smithi137.dilesi (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-16T09:17:13.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:12.690316+0000 mon.smithi137 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.137:0/4226694686' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:14.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:12.663785+0000 mgr.smithi137.dilesi (mgr.14116) 23 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:17:14.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:12.686912+0000 mgr.smithi137.dilesi (mgr.14116) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:14.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:12.687762+0000 mgr.smithi137.dilesi (mgr.14116) 25 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-16T09:17:14.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:13.543393+0000 mon.smithi137 (mon.0) 65 : audit [INF] from='client.? 172.21.15.137:0/3521603960' entity='client.admin' 2024-01-16T09:17:14.759 INFO:teuthology.orchestra.run.smithi137.stderr:Enabling the dashboard module... 2024-01-16T09:17:15.702 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:14.380741+0000 mon.smithi137 (mon.0) 66 : audit [INF] from='client.? 172.21.15.137:0/3853121045' entity='client.admin' 2024-01-16T09:17:15.703 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:14.664062+0000 mgr.smithi137.dilesi (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:17:15.703 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:15.301876+0000 mon.smithi137 (mon.0) 67 : audit [INF] from='client.? 172.21.15.137:0/1662641813' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-16T09:17:16.310 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: { 2024-01-16T09:17:16.311 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-16T09:17:16.311 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "available": true, 2024-01-16T09:17:16.311 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "active_name": "smithi137.dilesi", 2024-01-16T09:17:16.311 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-16T09:17:16.311 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: } 2024-01-16T09:17:16.598 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:15.383729+0000 mon.smithi137 (mon.0) 68 : audit [INF] from='client.? 172.21.15.137:0/1662641813' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-16T09:17:16.598 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:15.383798+0000 mon.smithi137 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi137.dilesi(active, since 22s) 2024-01-16T09:17:16.598 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:16.309668+0000 mon.smithi137 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.137:0/2994486881' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-16T09:17:16.649 INFO:teuthology.orchestra.run.smithi137.stderr:Waiting for the mgr to restart... 2024-01-16T09:17:16.650 INFO:teuthology.orchestra.run.smithi137.stderr:Waiting for mgr epoch 9... 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:20.767648+0000 mon.smithi137 (mon.0) 71 : cluster [INF] Active manager daemon smithi137.dilesi restarted 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:20.767912+0000 mon.smithi137 (mon.0) 72 : cluster [INF] Activating manager daemon smithi137.dilesi 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:20.771355+0000 mon.smithi137 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:20.771472+0000 mon.smithi137 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi137.dilesi(active, starting, since 0.00365372s) 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.772556+0000 mon.smithi137 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.773099+0000 mon.smithi137 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr metadata", "who": "smithi137.dilesi", "id": "smithi137.dilesi"}]: dispatch 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.773903+0000 mon.smithi137 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.774057+0000 mon.smithi137 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:17:21.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.774192+0000 mon.smithi137 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:17:21.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:20.787910+0000 mon.smithi137 (mon.0) 80 : cluster [INF] Manager daemon smithi137.dilesi is now available 2024-01-16T09:17:21.780 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: { 2024-01-16T09:17:21.780 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-16T09:17:21.780 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: "initialized": true 2024-01-16T09:17:21.780 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: } 2024-01-16T09:17:22.093 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.882336+0000 mon.smithi137 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:17:22.094 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.883804+0000 mon.smithi137 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:17:22.094 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.908194+0000 mon.smithi137 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi137.dilesi/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:17:22.094 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:20.911350+0000 mon.smithi137 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi137.dilesi/trash_purge_schedule"}]: dispatch 2024-01-16T09:17:22.094 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:21.773052+0000 mon.smithi137 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi137.dilesi(active, since 1.00523s) 2024-01-16T09:17:22.124 INFO:teuthology.orchestra.run.smithi137.stderr:mgr epoch 9 is available 2024-01-16T09:17:22.124 INFO:teuthology.orchestra.run.smithi137.stderr:Generating a dashboard self-signed certificate... 2024-01-16T09:17:22.744 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-16T09:17:23.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:21.772292+0000 mgr.smithi137.dilesi (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-16T09:17:23.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:21.779205+0000 mgr.smithi137.dilesi (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-16T09:17:23.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:21.845313+0000 mon.smithi137 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:23.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:22.740658+0000 mon.smithi137 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:23.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:22.742413+0000 mon.smithi137 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:23.098 INFO:teuthology.orchestra.run.smithi137.stderr:Creating initial admin user... 2024-01-16T09:17:23.845 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$nPvUB6XTgZnFt/feaaci4.sRErjvf8KLee5TNHYKRs1ZnaOYmQcn2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705396643, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-16T09:17:24.142 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:22.710676+0000 mgr.smithi137.dilesi (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:24.143 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:23.744448+0000 mon.smithi137 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi137.dilesi(active, since 2s) 2024-01-16T09:17:24.232 INFO:teuthology.orchestra.run.smithi137.stderr:Fetching dashboard port number... 2024-01-16T09:17:24.733 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: 8443 2024-01-16T09:17:25.017 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:23.626892+0000 mgr.smithi137.dilesi (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:25.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:23.844485+0000 mon.smithi137 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:25.018 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:24.732873+0000 mon.smithi137 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.137:0/1257912834' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-16T09:17:25.073 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: disabled 2024-01-16T09:17:25.080 INFO:teuthology.orchestra.run.smithi137.stderr:systemctl: inactive 2024-01-16T09:17:25.080 INFO:teuthology.orchestra.run.smithi137.stderr:firewalld.service is not enabled 2024-01-16T09:17:25.080 INFO:teuthology.orchestra.run.smithi137.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-16T09:17:25.083 INFO:teuthology.orchestra.run.smithi137.stderr:Ceph Dashboard is now available at: 2024-01-16T09:17:25.083 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:25.083 INFO:teuthology.orchestra.run.smithi137.stderr: URL: https://smithi137:8443/ 2024-01-16T09:17:25.083 INFO:teuthology.orchestra.run.smithi137.stderr: User: admin 2024-01-16T09:17:25.083 INFO:teuthology.orchestra.run.smithi137.stderr: Password: pelokhznew 2024-01-16T09:17:25.083 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:25.083 INFO:teuthology.orchestra.run.smithi137.stderr:Enabling autotune for osd_memory_target 2024-01-16T09:17:26.618 INFO:teuthology.orchestra.run.smithi137.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-16T09:17:26.982 INFO:teuthology.orchestra.run.smithi137.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-16T09:17:26.982 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:26.982 INFO:teuthology.orchestra.run.smithi137.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr:Or, if you are only running a single cluster on this host: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: ceph telemetry on 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr:For more information see: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:17:26.983 INFO:teuthology.orchestra.run.smithi137.stderr:Bootstrap complete. 2024-01-16T09:17:27.031 INFO:tasks.cephadm:Fetching config... 2024-01-16T09:17:27.032 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:17:27.032 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-16T09:17:27.051 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-16T09:17:27.051 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:17:27.051 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-16T09:17:27.108 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-16T09:17:27.108 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:17:27.108 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/keyring of=/dev/stdout 2024-01-16T09:17:27.180 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-16T09:17:27.180 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:17:27.180 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-16T09:17:27.238 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-16T09:17:27.238 DEBUG:teuthology.orchestra.run.smithi137:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzY61hxpVoAtMEjJBAaCcIpdimp+luqMKkCQsEsifhJanVW0Y1Dq/2rSx0E4bwUnysS1LZNAwpL4uU1Po/tZCr14IxozYV4KEjLYtl68LCPIZu6Bl2IHaBXdn6jw2dQXiAsreHIrf7rjBbUs5WLPYctMfvKyZfZ3NgsAHOrx0GK2bMoUsxK1iDNTU+HfRXq2Og6lrLouTjidUrRshvEDACvkyu3TmIUgR9VGtxjclKw6IgjBNXoxwz9JKM1xiFoMx326S4vEJA7ufoEyPetu8v6rhLiAp1Alt+mbO2WACxLdLsaV8Z2vvKSTiO9J3PXbAZVlxQEMd3YPpzxfvlNE7WNiAySEH0OxEh6HcpErtN0t903mT/chH0PT3jg2QdEX30mBUYMhdzSFkEXucxvTcVszUslEkrUqekRpX7YHaccbyesXJcIFK32eFXSsLslKYWBDqlSkiOUr6OCmvJPO66RouRQcNVFhRJV4Jq5dEurgyGm+V023wIomCdOm2wH7E= ceph-de5857a0-b44f-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T09:17:27.315 INFO:teuthology.orchestra.run.smithi137.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzY61hxpVoAtMEjJBAaCcIpdimp+luqMKkCQsEsifhJanVW0Y1Dq/2rSx0E4bwUnysS1LZNAwpL4uU1Po/tZCr14IxozYV4KEjLYtl68LCPIZu6Bl2IHaBXdn6jw2dQXiAsreHIrf7rjBbUs5WLPYctMfvKyZfZ3NgsAHOrx0GK2bMoUsxK1iDNTU+HfRXq2Og6lrLouTjidUrRshvEDACvkyu3TmIUgR9VGtxjclKw6IgjBNXoxwz9JKM1xiFoMx326S4vEJA7ufoEyPetu8v6rhLiAp1Alt+mbO2WACxLdLsaV8Z2vvKSTiO9J3PXbAZVlxQEMd3YPpzxfvlNE7WNiAySEH0OxEh6HcpErtN0t903mT/chH0PT3jg2QdEX30mBUYMhdzSFkEXucxvTcVszUslEkrUqekRpX7YHaccbyesXJcIFK32eFXSsLslKYWBDqlSkiOUr6OCmvJPO66RouRQcNVFhRJV4Jq5dEurgyGm+V023wIomCdOm2wH7E= ceph-de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:17:27.327 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzY61hxpVoAtMEjJBAaCcIpdimp+luqMKkCQsEsifhJanVW0Y1Dq/2rSx0E4bwUnysS1LZNAwpL4uU1Po/tZCr14IxozYV4KEjLYtl68LCPIZu6Bl2IHaBXdn6jw2dQXiAsreHIrf7rjBbUs5WLPYctMfvKyZfZ3NgsAHOrx0GK2bMoUsxK1iDNTU+HfRXq2Og6lrLouTjidUrRshvEDACvkyu3TmIUgR9VGtxjclKw6IgjBNXoxwz9JKM1xiFoMx326S4vEJA7ufoEyPetu8v6rhLiAp1Alt+mbO2WACxLdLsaV8Z2vvKSTiO9J3PXbAZVlxQEMd3YPpzxfvlNE7WNiAySEH0OxEh6HcpErtN0t903mT/chH0PT3jg2QdEX30mBUYMhdzSFkEXucxvTcVszUslEkrUqekRpX7YHaccbyesXJcIFK32eFXSsLslKYWBDqlSkiOUr6OCmvJPO66RouRQcNVFhRJV4Jq5dEurgyGm+V023wIomCdOm2wH7E= ceph-de5857a0-b44f-11ee-95ad-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-16T09:17:27.387 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzY61hxpVoAtMEjJBAaCcIpdimp+luqMKkCQsEsifhJanVW0Y1Dq/2rSx0E4bwUnysS1LZNAwpL4uU1Po/tZCr14IxozYV4KEjLYtl68LCPIZu6Bl2IHaBXdn6jw2dQXiAsreHIrf7rjBbUs5WLPYctMfvKyZfZ3NgsAHOrx0GK2bMoUsxK1iDNTU+HfRXq2Og6lrLouTjidUrRshvEDACvkyu3TmIUgR9VGtxjclKw6IgjBNXoxwz9JKM1xiFoMx326S4vEJA7ufoEyPetu8v6rhLiAp1Alt+mbO2WACxLdLsaV8Z2vvKSTiO9J3PXbAZVlxQEMd3YPpzxfvlNE7WNiAySEH0OxEh6HcpErtN0t903mT/chH0PT3jg2QdEX30mBUYMhdzSFkEXucxvTcVszUslEkrUqekRpX7YHaccbyesXJcIFK32eFXSsLslKYWBDqlSkiOUr6OCmvJPO66RouRQcNVFhRJV4Jq5dEurgyGm+V023wIomCdOm2wH7E= ceph-de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:17:27.400 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-16T09:17:27.714 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:26.615591+0000 mon.smithi137 (mon.0) 92 : audit [INF] from='client.? 172.21.15.137:0/1451737230' entity='client.admin' 2024-01-16T09:17:28.952 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:27.617813+0000 mon.smithi137 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi137.dilesi(active, since 6s) 2024-01-16T09:17:29.348 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-16T09:17:29.348 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-16T09:17:29.930 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:28.725387+0000 mon.smithi137 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:29.930 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:29.023915+0000 mon.smithi137 (mon.0) 95 : audit [INF] from='client.? 172.21.15.137:0/2311699729' entity='client.admin' 2024-01-16T09:17:29.930 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:29.090957+0000 mon.smithi137 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:17:29.930 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:29.097019+0000 mon.smithi137 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:29.930 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:29.105901+0000 mgr.smithi137.dilesi (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi137 on smithi137 2024-01-16T09:17:31.051 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2024-01-16T09:17:31.052 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:17:31.052 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2024-01-16T09:17:31.073 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:17:31.073 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:17:31.133 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2024-01-16T09:17:31.134 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch host add smithi184 2024-01-16T09:17:32.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:30.673377+0000 mgr.smithi137.dilesi (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:17:32.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:30.675991+0000 mon.smithi137 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:37.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:36.079818+0000 mon.smithi137 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:37.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:36.081323+0000 mon.smithi137 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:17:37.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:36.082973+0000 mon.smithi137 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T09:17:37.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:36.083603+0000 mon.smithi137 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:17:37.182 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:36.084076+0000 mgr.smithi137.dilesi (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi137 on smithi137 2024-01-16T09:17:39.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:37.570966+0000 mon.smithi137 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:39.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:37.639500+0000 mon.smithi137 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:37.644418+0000 mon.smithi137 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:37.646366+0000 mon.smithi137 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T09:17:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:37.646737+0000 mgr.smithi137.dilesi (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-16T09:17:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:37.649269+0000 mon.smithi137 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:37.656163+0000 mgr.smithi137.dilesi (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi137 on smithi137 2024-01-16T09:17:42.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:40.775080+0000 mgr.smithi137.dilesi (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:17:42.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:40.910064+0000 mon.smithi137 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:44.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:42.775413+0000 mgr.smithi137.dilesi (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:17:46.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:44.775685+0000 mgr.smithi137.dilesi (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:17:47.633 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:46.775879+0000 mgr.smithi137.dilesi (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:17:50.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:48.776145+0000 mgr.smithi137.dilesi (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:17:50.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:48.855555+0000 mon.smithi137 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:50.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:48.857527+0000 mgr.smithi137.dilesi (mgr.14156) 15 : cephadm [INF] Deploying daemon node-exporter.smithi137 on smithi137 2024-01-16T09:17:52.231 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:50.776442+0000 mgr.smithi137.dilesi (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:17:52.231 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:50.915795+0000 mon.smithi137 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:52.231 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:51.201054+0000 mon.smithi137 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:52.231 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:51.203255+0000 mon.smithi137 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-16T09:17:53.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:52.202999+0000 mon.smithi137 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.137:0/1020819605' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-16T09:17:53.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:52.203063+0000 mon.smithi137 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi137.dilesi(active, since 31s) 2024-01-16T09:17:57.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:57.477286+0000 mon.smithi137 (mon.0) 115 : cluster [INF] Active manager daemon smithi137.dilesi restarted 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:57.477512+0000 mon.smithi137 (mon.0) 116 : cluster [INF] Activating manager daemon smithi137.dilesi 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:57.482672+0000 mon.smithi137 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:57.482756+0000 mon.smithi137 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi137.dilesi(active, starting, since 0.00533931s) 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.483807+0000 mon.smithi137 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.484383+0000 mon.smithi137 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr metadata", "who": "smithi137.dilesi", "id": "smithi137.dilesi"}]: dispatch 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.485026+0000 mon.smithi137 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.485179+0000 mon.smithi137 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.485287+0000 mon.smithi137 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-16T09:17:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:57.498895+0000 mon.smithi137 (mon.0) 124 : cluster [INF] Manager daemon smithi137.dilesi is now available 2024-01-16T09:17:58.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.592908+0000 mon.smithi137 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:17:58.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.594482+0000 mon.smithi137 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:17:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.617471+0000 mon.smithi137 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:17:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.630552+0000 mon.smithi137 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi137.dilesi/mirror_snapshot_schedule"}]: dispatch 2024-01-16T09:17:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:57.635356+0000 mon.smithi137 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi137.dilesi/trash_purge_schedule"}]: dispatch 2024-01-16T09:17:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:17:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:17:58.483127+0000 mon.smithi137 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi137.dilesi(active, since 1.00571s) 2024-01-16T09:17:59.133 INFO:teuthology.orchestra.run.smithi184.stdout:Added host 'smithi184' with addr '172.21.15.184' 2024-01-16T09:17:59.466 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch host ls --format=json 2024-01-16T09:18:00.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:59.130342+0000 mon.smithi137 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:00.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:59.130724+0000 mgr.smithi137.dilesi (mgr.14180) 2 : cephadm [INF] Added host smithi184 2024-01-16T09:18:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:59.717724+0000 mon.smithi137 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:59.989802+0000 mon.smithi137 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:18:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:59.990594+0000 mon.smithi137 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:17:59.991107+0000 mon.smithi137 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:18:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:00.073112+0000 mon.smithi137 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:00.076090+0000 mon.smithi137 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:00.079806+0000 mon.smithi137 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-16T09:18:00.771 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:18:00.771 INFO:teuthology.orchestra.run.smithi184.stdout:[{"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2024-01-16T09:18:01.168 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-16T09:18:01.168 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd crush tunables default 2024-01-16T09:18:01.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:17:59.992121+0000 mgr.smithi137.dilesi (mgr.14180) 3 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-01-16T09:18:01.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:00.042190+0000 mgr.smithi137.dilesi (mgr.14180) 4 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:18:01.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:00.132447+0000 mon.smithi137 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-16T09:18:01.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:00.132508+0000 mon.smithi137 (mon.0) 140 : cluster [DBG] mgrmap e17: smithi137.dilesi(active, since 2s) 2024-01-16T09:18:01.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:00.141475+0000 mgr.smithi137.dilesi (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi137 on smithi137 2024-01-16T09:18:02.442 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:00.770213+0000 mgr.smithi137.dilesi (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:18:05.544 INFO:teuthology.orchestra.run.smithi137.stderr:adjusted tunables profile to default 2024-01-16T09:18:06.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:05.487222+0000 mon.smithi137 (mon.0) 141 : audit [INF] from='client.? 172.21.15.137:0/2673492825' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-16T09:18:06.725 INFO:tasks.cephadm:Adding mon.smithi137 on smithi137 2024-01-16T09:18:06.725 INFO:tasks.cephadm:Adding mon.smithi184 on smithi184 2024-01-16T09:18:06.726 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch apply mon '2;smithi137:172.21.15.137=smithi137;smithi184:172.21.15.184=smithi184' 2024-01-16T09:18:06.894 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:05.540459+0000 mon.smithi137 (mon.0) 142 : audit [INF] from='client.? 172.21.15.137:0/2673492825' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-16T09:18:06.894 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:05.540517+0000 mon.smithi137 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:18:08.111 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2024-01-16T09:18:08.480 DEBUG:teuthology.orchestra.run.smithi184:mon.smithi184> sudo journalctl -f -n 0 -u ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi184.service 2024-01-16T09:18:08.482 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:18:08.483 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:18:08.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:-- Logs begin at Tue 2024-01-16 09:05:17 UTC. -- 2024-01-16T09:18:09.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:08.105613+0000 mgr.smithi137.dilesi (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi137:172.21.15.137=smithi137;smithi184:172.21.15.184=smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:18:09.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:08.107410+0000 mgr.smithi137.dilesi (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi137:172.21.15.137=smithi137;smithi184:172.21.15.184=smithi184;count:2 2024-01-16T09:18:09.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:08.109852+0000 mon.smithi137 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:09.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:08.962996+0000 mon.smithi137 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:09.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:08.963989+0000 mon.smithi137 (mon.0) 146 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:18:09.858 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:18:09.858 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"de5857a0-b44f-11ee-95ad-87774f69a715","modified":"2024-01-16T09:16:31.161698Z","created":"2024-01-16T09:16:31.161698Z","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":"smithi137","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:18:09.859 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-01-16T09:18:10.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:09.404162+0000 mon.smithi137 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:10.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:09.673952+0000 mon.smithi137 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:10.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:09.856899+0000 mon.smithi137 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.184:0/3838892239' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:18:11.301 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:18:11.301 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:18:13.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:11.674076+0000 mon.smithi137 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:13.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:12.306069+0000 mon.smithi137 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:13.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:12.620401+0000 mon.smithi137 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:13.328 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:18:13.328 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"de5857a0-b44f-11ee-95ad-87774f69a715","modified":"2024-01-16T09:16:31.161698Z","created":"2024-01-16T09:16:31.161698Z","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":"smithi137","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:18:13.329 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-01-16T09:18:14.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.230177+0000 mon.smithi137 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.231055+0000 mon.smithi137 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.232120+0000 mon.smithi137 (mon.0) 155 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.232861+0000 mon.smithi137 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:13.234062+0000 mgr.smithi137.dilesi (mgr.14180) 9 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.289454+0000 mon.smithi137 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.292813+0000 mon.smithi137 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.294624+0000 mon.smithi137 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.297281+0000 mon.smithi137 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.298095+0000 mon.smithi137 (mon.0) 161 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:13.326621+0000 mon.smithi137 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.184:0/4014765740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:18:14.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:18:14.651 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:18:15.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:13.261002+0000 mgr.smithi137.dilesi (mgr.14180) 10 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:18:15.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:13.298685+0000 mgr.smithi137.dilesi (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi184 on smithi184 2024-01-16T09:18:16.230 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:18:16.230 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"de5857a0-b44f-11ee-95ad-87774f69a715","modified":"2024-01-16T09:16:31.161698Z","created":"2024-01-16T09:16:31.161698Z","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":"smithi137","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-16T09:18:16.232 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-01-16T09:18:17.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:15.663190+0000 mon.smithi137 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:17.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:15.665368+0000 mon.smithi137 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.dpforh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:18:17.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:15.667473+0000 mon.smithi137 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.dpforh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-16T09:18:17.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:15.668248+0000 mon.smithi137 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:18:17.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:15.669127+0000 mon.smithi137 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:17.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:15.669763+0000 mgr.smithi137.dilesi (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi184.dpforh on smithi184 2024-01-16T09:18:17.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:16.228914+0000 mon.smithi137 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.184:0/4035548067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:18:17.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-16T09:18:17.920 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph mon dump -f json 2024-01-16T09:18:18.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:17.441590+0000 mon.smithi137 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:18.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:17.443736+0000 mon.smithi137 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:18:18.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:17.444455+0000 mon.smithi137 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:18.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:17.445079+0000 mgr.smithi137.dilesi (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi184 on smithi184 2024-01-16T09:18:18.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:17.486389+0000 mgr.smithi137.dilesi (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:18.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:17.625234+0000 mon.smithi137 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:21.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:19.486732+0000 mgr.smithi137.dilesi (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:23.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:21.487126+0000 mgr.smithi137.dilesi (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:24.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:22.821801+0000 mon.smithi137 (mon.0) 173 : cluster [DBG] Standby manager daemon smithi184.dpforh started 2024-01-16T09:18:24.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:22.823531+0000 mon.smithi137 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.184:0/998370079' entity='mgr.smithi184.dpforh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.dpforh/crt"}]: dispatch 2024-01-16T09:18:24.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:22.823920+0000 mon.smithi137 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.184:0/998370079' entity='mgr.smithi184.dpforh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-16T09:18:24.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:22.825979+0000 mon.smithi137 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.184:0/998370079' entity='mgr.smithi184.dpforh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.dpforh/key"}]: dispatch 2024-01-16T09:18:24.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:22.826946+0000 mon.smithi137 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.184:0/998370079' entity='mgr.smithi184.dpforh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-16T09:18:25.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:23.487520+0000 mgr.smithi137.dilesi (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:25.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:23.571280+0000 mon.smithi137 (mon.0) 178 : cluster [DBG] mgrmap e18: smithi137.dilesi(active, since 26s), standbys: smithi184.dpforh 2024-01-16T09:18:25.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:23.571478+0000 mon.smithi137 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr metadata", "who": "smithi184.dpforh", "id": "smithi184.dpforh"}]: dispatch 2024-01-16T09:18:25.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:25 smithi184 systemd[1]: Starting Ceph mon.smithi184 for de5857a0-b44f-11ee-95ad-87774f69a715... 2024-01-16T09:18:27.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:25.487809+0000 mgr.smithi137.dilesi (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:27.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 bash[36201]: b90dd367167b7d4ab72c1db73f5c97c4e31faece7b8397d8feaea247e9ffdf1b 2024-01-16T09:18:27.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.148+0000 7f522c268880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-16T09:18:27.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.148+0000 7f522c268880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-16T09:18:27.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.148+0000 7f522c268880 0 pidfile_write: ignore empty --pid-file 2024-01-16T09:18:27.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 systemd[1]: Started Ceph mon.smithi184 for de5857a0-b44f-11ee-95ad-87774f69a715. 2024-01-16T09:18:27.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.153+0000 7f522c268880 0 load: jerasure load: lrc load: isa 2024-01-16T09:18:27.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: RocksDB version: 6.8.1 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Compile date Jan 11 2024 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: DB SUMMARY 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: CURRENT file: CURRENT 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi184/store.db dir, Total Num: 0, files: 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi184/store.db: 000003.log size: 511 ; 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.error_if_exists: 0 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.create_if_missing: 0 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.paranoid_checks: 1 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.env: 0x558b3d61b080 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.fs: Posix File System 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.info_log: 0x558b3f5f1d20 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.statistics: (nil) 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.use_fsync: 0 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_log_file_size: 0 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-16T09:18:27.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.allow_fallocate: 1 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.use_direct_reads: 0 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.db_log_dir: 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi184/store.db 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_subcompactions: 1 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_background_flushes: -1 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-16T09:18:27.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.write_buffer_manager: 0x558b402ee420 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.unordered_write: 0 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-16T09:18:27.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.row_cache: None 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.wal_filter: None 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.preserve_deletes: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.two_write_queues: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.atomic_flush: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.log_readahead_size: 0 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_background_jobs: 2 2024-01-16T09:18:27.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_background_compactions: -1 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.max_open_files: -1 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-16T09:18:27.436 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Compression algorithms supported: 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: kZSTD supported: 0 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: kXpressCompression supported: 0 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: kLZ4Compression supported: 1 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: kBZip2Compression supported: 0 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: kZlibCompression supported: 1 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: kSnappyCompression supported: 1 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.154+0000 7f522c268880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000001 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-16T09:18:27.437 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.merge_operator: 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_filter: None 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558b3f5a1d28) 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cache_index_and_filter_blocks: 1 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: pin_top_level_index_and_filter: 1 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: index_type: 0 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: data_block_index_type: 0 2024-01-16T09:18:27.438 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: index_shortening: 1 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: data_block_hash_table_util_ratio: 0.750000 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: hash_index_allow_collision: 1 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: checksum: 1 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: no_block_cache: 0 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: block_cache: 0x558b3f5d6f10 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: block_cache_name: BinnedLRUCache 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: block_cache_options: 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: capacity : 536870912 2024-01-16T09:18:27.439 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: num_shard_bits : 4 2024-01-16T09:18:27.440 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: strict_capacity_limit : 0 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: high_pri_pool_ratio: 0.000 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: block_cache_compressed: (nil) 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: persistent_cache: (nil) 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: block_size: 4096 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: block_size_deviation: 10 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: block_restart_interval: 16 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: index_block_restart_interval: 1 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: metadata_block_size: 4096 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: partition_filters: 0 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: use_delta_encoding: 1 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: whole_key_filtering: 1 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: verify_compression: 0 2024-01-16T09:18:27.441 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: read_amp_bytes_per_bit: 0 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: format_version: 2 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: enable_index_compression: 1 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: block_align: 0 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compression: NoCompression 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.num_levels: 7 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-16T09:18:27.442 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-16T09:18:27.443 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-16T09:18:27.444 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.table_properties_collectors: 2024-01-16T09:18:27.445 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.inplace_update_support: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.bloom_locality: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.max_successive_merges: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.ttl: 2592000 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.155+0000 7f522c268880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.156+0000 7f522c268880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-16T09:18:27.446 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.156+0000 7f522c268880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.156+0000 7f522c268880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705396707156694, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.156+0000 7f522c268880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.156+0000 7f522c268880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.156+0000 7f522c268880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705396707157333, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705396707, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.156+0000 7f522c268880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.157+0000 7f522c268880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705396707157859, "job": 1, "event": "recovery_finished"} 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.158+0000 7f522c268880 4 rocksdb: DB pointer 0x558b3f69f800 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.158+0000 7f521305d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.158+0000 7f521305d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ** DB Stats ** 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-16T09:18:27.447 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ** Compaction Stats [default] ** 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ** Compaction Stats [default] ** 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:18:27.448 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Cumulative compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Interval compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ** Compaction Stats [default] ** 2024-01-16T09:18:27.449 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ** Compaction Stats [default] ** 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: AddFile(Total Files): cumulative 0, interval 0 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: AddFile(Keys): cumulative 0, interval 0 2024-01-16T09:18:27.450 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Cumulative compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: ** File Read Latency Histogram By Level [default] ** 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.158+0000 7f522c268880 0 mon.smithi184 does not exist in monmap, will attempt to join an existing cluster 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.158+0000 7f522c268880 0 using public_addr v2:172.21.15.184:0/0 -> [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.159+0000 7f522c268880 0 starting mon.smithi184 rank -1 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi184 fsid de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.161+0000 7f522c268880 1 mon.smithi184@-1(???) e0 preinit fsid de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.189+0000 7f5215862700 0 mon.smithi184@-1(synchronizing).mds e1 new map 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.189+0000 7f5215862700 0 mon.smithi184@-1(synchronizing).mds e1 print_map 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: e1 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-16T09:18:27.451 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: legacy client fscid: -1 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: No filesystems configured 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.189+0000 7f5215862700 1 mon.smithi184@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 1 mon.smithi184@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 1 mon.smithi184@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 1 mon.smithi184@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 1 mon.smithi184@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 1 mon.smithi184@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 1 mon.smithi184@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-16T09:18:27.452 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:25.487809+0000 mgr.smithi137.dilesi (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:27.453 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:18:27.190+0000 7f5215862700 1 mon.smithi184@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-16T09:18:32.232 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-01-16T09:18:32.233 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":2,"fsid":"de5857a0-b44f-11ee-95ad-87774f69a715","modified":"2024-01-16T09:18:27.197188Z","created":"2024-01-16T09:16:31.161698Z","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":"smithi137","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-16T09:18:32.236 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 2 2024-01-16T09:18:32.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:27.200142+0000 mon.smithi137 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-01-16T09:18:32.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:27.200313+0000 mon.smithi137 (mon.0) 182 : cluster [INF] mon.smithi137 calling monitor election 2024-01-16T09:18:32.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:27.213307+0000 mon.smithi137 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:27.219594+0000 mon.smithi137 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.184:0/3364211054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:27.488180+0000 mgr.smithi137.dilesi (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:28.196623+0000 mon.smithi137 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:29.196519+0000 mon.smithi137 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:29.198182+0000 mon.smithi184 (mon.1) 1 : cluster [INF] mon.smithi184 calling monitor election 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:29.488551+0000 mgr.smithi137.dilesi (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:30.196597+0000 mon.smithi137 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:31.196720+0000 mon.smithi137 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:31.488791+0000 mgr.smithi137.dilesi (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:32.197018+0000 mon.smithi137 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:32.226622+0000 mon.smithi137 (mon.0) 190 : cluster [INF] mon.smithi137 is new leader, mons smithi137,smithi184 in quorum (ranks 0,1) 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:32.229879+0000 mon.smithi137 (mon.0) 191 : cluster [DBG] monmap e2: 2 mons at {smithi137=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:32.230355+0000 mon.smithi137 (mon.0) 192 : cluster [DBG] fsmap 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:32.230394+0000 mon.smithi137 (mon.0) 193 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:18:32.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:32.230822+0000 mon.smithi137 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi137.dilesi(active, since 34s), standbys: smithi184.dpforh 2024-01-16T09:18:32.530 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:32.234551+0000 mon.smithi137 (mon.0) 195 : cluster [INF] overall HEALTH_OK 2024-01-16T09:18:32.530 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:32.237043+0000 mon.smithi137 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:32.530 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:32.238874+0000 mgr.smithi137.dilesi (mgr.14180) 22 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-01-16T09:18:32.610 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-16T09:18:32.610 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph config generate-minimal-conf 2024-01-16T09:18:32.645 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:27.200142+0000 mon.smithi137 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi137"}]: dispatch 2024-01-16T09:18:32.645 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:27.200313+0000 mon.smithi137 (mon.0) 182 : cluster [INF] mon.smithi137 calling monitor election 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:27.213307+0000 mon.smithi137 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:27.219594+0000 mon.smithi137 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.184:0/3364211054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:27.488180+0000 mgr.smithi137.dilesi (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:28.196623+0000 mon.smithi137 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:29.196519+0000 mon.smithi137 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:29.198182+0000 mon.smithi184 (mon.1) 1 : cluster [INF] mon.smithi184 calling monitor election 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:29.488551+0000 mgr.smithi137.dilesi (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:30.196597+0000 mon.smithi137 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:31.196720+0000 mon.smithi137 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:31.488791+0000 mgr.smithi137.dilesi (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:32.197018+0000 mon.smithi137 (mon.0) 189 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:32.226622+0000 mon.smithi137 (mon.0) 190 : cluster [INF] mon.smithi137 is new leader, mons smithi137,smithi184 in quorum (ranks 0,1) 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:32.229879+0000 mon.smithi137 (mon.0) 191 : cluster [DBG] monmap e2: 2 mons at {smithi137=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2024-01-16T09:18:32.646 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:32.230355+0000 mon.smithi137 (mon.0) 192 : cluster [DBG] fsmap 2024-01-16T09:18:32.647 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:32.230394+0000 mon.smithi137 (mon.0) 193 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-16T09:18:32.647 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:32.230822+0000 mon.smithi137 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi137.dilesi(active, since 34s), standbys: smithi184.dpforh 2024-01-16T09:18:32.647 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:32.234551+0000 mon.smithi137 (mon.0) 195 : cluster [INF] overall HEALTH_OK 2024-01-16T09:18:32.647 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:32.237043+0000 mon.smithi137 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:32.647 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:32.238874+0000 mgr.smithi137.dilesi (mgr.14180) 22 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-01-16T09:18:33.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:32.635170+0000 mon.smithi137 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:33.197101+0000 mon.smithi137 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:33.970 INFO:teuthology.orchestra.run.smithi137.stdout:# minimal ceph.conf for de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:18:33.971 INFO:teuthology.orchestra.run.smithi137.stdout:[global] 2024-01-16T09:18:33.971 INFO:teuthology.orchestra.run.smithi137.stdout: fsid = de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:18:33.971 INFO:teuthology.orchestra.run.smithi137.stdout: mon_host = [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-01-16T09:18:33.993 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:32.635170+0000 mon.smithi137 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:33.993 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:33.197101+0000 mon.smithi137 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-01-16T09:18:34.366 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-16T09:18:34.367 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:18:34.367 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T09:18:34.438 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:18:34.438 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:18:34.506 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:18:34.506 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2024-01-16T09:18:34.539 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:18:34.539 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-16T09:18:34.606 INFO:tasks.cephadm:Deploying OSDs... 2024-01-16T09:18:34.606 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:18:34.607 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:18:34.624 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:18:34.624 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/nvme1n1 2024-01-16T09:18:34.684 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/nvme1n1 2024-01-16T09:18:34.684 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:18:34.684 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 199778 Links: 1 Device type: 103,1 2024-01-16T09:18:34.684 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:18:34.684 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:18:34.684 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-01-16 09:17:29.278787349 +0000 2024-01-16T09:18:34.685 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-01-16 09:15:59.724423412 +0000 2024-01-16T09:18:34.685 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-01-16 09:15:59.724423412 +0000 2024-01-16T09:18:34.685 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-01-16T09:18:34.685 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-16T09:18:34.750 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-01-16T09:18:34.750 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-01-16T09:18:34.750 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000265976 s, 1.9 MB/s 2024-01-16T09:18:34.752 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-16T09:18:34.809 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/nvme2n1 2024-01-16T09:18:34.866 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/nvme2n1 2024-01-16T09:18:34.867 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:18:34.867 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 199852 Links: 1 Device type: 103,2 2024-01-16T09:18:34.867 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:18:34.867 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:18:34.867 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-01-16 09:17:29.291787111 +0000 2024-01-16T09:18:34.867 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-01-16 09:15:59.879420582 +0000 2024-01-16T09:18:34.867 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-01-16 09:15:59.879420582 +0000 2024-01-16T09:18:34.867 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-01-16T09:18:34.867 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-16T09:18:34.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:33.489024+0000 mgr.smithi137.dilesi (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:34.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:33.970268+0000 mon.smithi137 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.137:0/408971390' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:34.930 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:33.489024+0000 mgr.smithi137.dilesi (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:34.930 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:33.970268+0000 mon.smithi137 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.137:0/408971390' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:34.932 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-01-16T09:18:34.932 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-01-16T09:18:34.932 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000254951 s, 2.0 MB/s 2024-01-16T09:18:34.933 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-16T09:18:34.991 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/nvme3n1 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/nvme3n1 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 200832 Links: 1 Device type: 103,3 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-01-16 09:17:29.303786892 +0000 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-01-16 09:16:00.028417862 +0000 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-01-16 09:16:00.028417862 +0000 2024-01-16T09:18:35.049 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-01-16T09:18:35.049 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-16T09:18:35.116 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-01-16T09:18:35.116 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-01-16T09:18:35.116 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000216692 s, 2.4 MB/s 2024-01-16T09:18:35.117 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-16T09:18:35.175 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/nvme4n1 2024-01-16T09:18:35.236 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/nvme4n1 2024-01-16T09:18:35.236 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:18:35.236 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 6h/6d Inode: 199982 Links: 1 Device type: 103,4 2024-01-16T09:18:35.236 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:18:35.236 INFO:teuthology.orchestra.run.smithi137.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:18:35.236 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-01-16 09:17:29.313786709 +0000 2024-01-16T09:18:35.236 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-01-16 09:16:00.177415141 +0000 2024-01-16T09:18:35.237 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-01-16 09:16:00.177415141 +0000 2024-01-16T09:18:35.237 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-01-16T09:18:35.237 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-16T09:18:35.302 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-01-16T09:18:35.302 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-01-16T09:18:35.302 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000263666 s, 1.9 MB/s 2024-01-16T09:18:35.303 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-16T09:18:35.361 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:18:35.361 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-01-16T09:18:35.379 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-16T09:18:35.379 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme1n1 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme1n1 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 187087 Links: 1 Device type: 103,1 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-01-16 09:18:11.283660487 +0000 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-01-16 09:16:01.368388055 +0000 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-01-16 09:16:01.368388055 +0000 2024-01-16T09:18:35.439 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-01-16T09:18:35.440 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-16T09:18:35.508 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-01-16T09:18:35.509 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-01-16T09:18:35.509 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000228711 s, 2.2 MB/s 2024-01-16T09:18:35.510 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-16T09:18:35.567 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme2n1 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme2n1 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 187126 Links: 1 Device type: 103,2 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-01-16 09:18:11.294660254 +0000 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-01-16 09:16:01.523384826 +0000 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-01-16 09:16:01.523384826 +0000 2024-01-16T09:18:35.625 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-01-16T09:18:35.626 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-16T09:18:35.693 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-01-16T09:18:35.693 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-01-16T09:18:35.693 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000236013 s, 2.2 MB/s 2024-01-16T09:18:35.694 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-16T09:18:35.752 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme3n1 2024-01-16T09:18:35.810 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme3n1 2024-01-16T09:18:35.811 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:18:35.811 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 187135 Links: 1 Device type: 103,3 2024-01-16T09:18:35.811 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:18:35.811 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:18:35.811 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-01-16 09:18:11.305660020 +0000 2024-01-16T09:18:35.811 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-01-16 09:16:01.674381680 +0000 2024-01-16T09:18:35.811 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-01-16 09:16:01.674381680 +0000 2024-01-16T09:18:35.811 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-01-16T09:18:35.811 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-16T09:18:35.878 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-01-16T09:18:35.878 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-01-16T09:18:35.878 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000218206 s, 2.3 MB/s 2024-01-16T09:18:35.879 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-16T09:18:35.939 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme4n1 2024-01-16T09:18:35.997 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme4n1 2024-01-16T09:18:35.997 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-16T09:18:35.997 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 187145 Links: 1 Device type: 103,4 2024-01-16T09:18:35.997 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-16T09:18:35.997 INFO:teuthology.orchestra.run.smithi184.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-16T09:18:35.997 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-01-16 09:18:11.316659787 +0000 2024-01-16T09:18:35.997 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-01-16 09:16:01.824378555 +0000 2024-01-16T09:18:35.997 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-01-16 09:16:01.824378555 +0000 2024-01-16T09:18:35.998 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-01-16T09:18:35.998 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-16T09:18:36.064 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-01-16T09:18:36.064 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-01-16T09:18:36.064 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.00025706 s, 2.0 MB/s 2024-01-16T09:18:36.065 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-16T09:18:36.125 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-16T09:18:36.490 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:35.197469+0000 mon.smithi137 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:36.490 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:35.198734+0000 mon.smithi137 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:18:36.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:35.197469+0000 mon.smithi137 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:36.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:35.198734+0000 mon.smithi137 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:18:37.454 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled osd.all-available-devices update... 2024-01-16T09:18:37.475 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:35.489267+0000 mgr.smithi137.dilesi (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.363201+0000 mon.smithi137 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.364127+0000 mon.smithi137 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.364974+0000 mon.smithi137 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.389508+0000 mon.smithi137 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.393941+0000 mon.smithi137 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.397555+0000 mon.smithi137 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.401079+0000 mon.smithi137 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.401787+0000 mon.smithi137 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:18:37.476 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:36.402444+0000 mon.smithi137 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:35.489267+0000 mgr.smithi137.dilesi (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.363201+0000 mon.smithi137 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.364127+0000 mon.smithi137 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.364974+0000 mon.smithi137 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.389508+0000 mon.smithi137 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.393941+0000 mon.smithi137 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.397555+0000 mon.smithi137 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.401079+0000 mon.smithi137 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:18:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.401787+0000 mon.smithi137 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:18:37.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:36.402444+0000 mon.smithi137 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:37.808 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-16T09:18:37.808 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:18:38.434 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:36.366011+0000 mgr.smithi137.dilesi (mgr.14180) 25 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-01-16T09:18:38.434 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:36.366350+0000 mgr.smithi137.dilesi (mgr.14180) 26 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-01-16T09:18:38.435 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:36.400827+0000 mgr.smithi137.dilesi (mgr.14180) 27 : cephadm [INF] Reconfiguring mon.smithi137 (unknown last config time)... 2024-01-16T09:18:38.435 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:36.403064+0000 mgr.smithi137.dilesi (mgr.14180) 28 : cephadm [INF] Reconfiguring daemon mon.smithi137 on smithi137 2024-01-16T09:18:38.435 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:37.452204+0000 mon.smithi137 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:38.435 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:37.640270+0000 mon.smithi137 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:38.435 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:37.961182+0000 mon.smithi137 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:38.435 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:37.962087+0000 mon.smithi137 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.dilesi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:18:38.435 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:37.962877+0000 mon.smithi137 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:18:38.435 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:37.963442+0000 mon.smithi137 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:38.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:36.366011+0000 mgr.smithi137.dilesi (mgr.14180) 25 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-01-16T09:18:38.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:36.366350+0000 mgr.smithi137.dilesi (mgr.14180) 26 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-01-16T09:18:38.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:36.400827+0000 mgr.smithi137.dilesi (mgr.14180) 27 : cephadm [INF] Reconfiguring mon.smithi137 (unknown last config time)... 2024-01-16T09:18:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:36.403064+0000 mgr.smithi137.dilesi (mgr.14180) 28 : cephadm [INF] Reconfiguring daemon mon.smithi137 on smithi137 2024-01-16T09:18:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:37.452204+0000 mon.smithi137 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:37.640270+0000 mon.smithi137 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:37.961182+0000 mon.smithi137 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:37.962087+0000 mon.smithi137 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi137.dilesi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:18:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:37.962877+0000 mon.smithi137 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:18:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:37.963442+0000 mon.smithi137 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:39.269 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:37.446031+0000 mgr.smithi137.dilesi (mgr.14180) 29 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:18:39.269 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:37.447827+0000 mgr.smithi137.dilesi (mgr.14180) 30 : cephadm [INF] Marking host: smithi137 for OSDSpec preview refresh. 2024-01-16T09:18:39.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:37.447898+0000 mgr.smithi137.dilesi (mgr.14180) 31 : cephadm [INF] Marking host: smithi184 for OSDSpec preview refresh. 2024-01-16T09:18:39.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:37.448256+0000 mgr.smithi137.dilesi (mgr.14180) 32 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-16T09:18:39.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:37.489526+0000 mgr.smithi137.dilesi (mgr.14180) 33 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:39.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:37.961796+0000 mgr.smithi137.dilesi (mgr.14180) 34 : cephadm [INF] Reconfiguring mgr.smithi137.dilesi (unknown last config time)... 2024-01-16T09:18:39.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:37.963961+0000 mgr.smithi137.dilesi (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon mgr.smithi137.dilesi on smithi137 2024-01-16T09:18:39.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:39.195891+0000 mon.smithi137 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:39.630 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:18:39.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:37.446031+0000 mgr.smithi137.dilesi (mgr.14180) 29 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:18:39.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:37.447827+0000 mgr.smithi137.dilesi (mgr.14180) 30 : cephadm [INF] Marking host: smithi137 for OSDSpec preview refresh. 2024-01-16T09:18:39.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:37.447898+0000 mgr.smithi137.dilesi (mgr.14180) 31 : cephadm [INF] Marking host: smithi184 for OSDSpec preview refresh. 2024-01-16T09:18:39.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:37.448256+0000 mgr.smithi137.dilesi (mgr.14180) 32 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-16T09:18:39.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:37.489526+0000 mgr.smithi137.dilesi (mgr.14180) 33 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:39.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:37.961796+0000 mgr.smithi137.dilesi (mgr.14180) 34 : cephadm [INF] Reconfiguring mgr.smithi137.dilesi (unknown last config time)... 2024-01-16T09:18:39.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:37.963961+0000 mgr.smithi137.dilesi (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon mgr.smithi137.dilesi on smithi137 2024-01-16T09:18:39.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:39.195891+0000 mon.smithi137 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:40.107 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:18:40.488 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:39.196550+0000 mgr.smithi137.dilesi (mgr.14180) 36 : cephadm [INF] Reconfiguring alertmanager.smithi137 (dependencies changed)... 2024-01-16T09:18:40.488 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:39.203067+0000 mgr.smithi137.dilesi (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon alertmanager.smithi137 on smithi137 2024-01-16T09:18:40.488 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:39.629244+0000 mon.smithi137 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.137:0/2810556358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:40.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:39.196550+0000 mgr.smithi137.dilesi (mgr.14180) 36 : cephadm [INF] Reconfiguring alertmanager.smithi137 (dependencies changed)... 2024-01-16T09:18:40.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:39.203067+0000 mgr.smithi137.dilesi (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon alertmanager.smithi137 on smithi137 2024-01-16T09:18:40.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:39.629244+0000 mon.smithi137 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.137:0/2810556358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:41.108 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:18:41.402 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:39.489781+0000 mgr.smithi137.dilesi (mgr.14180) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:41.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:39.489781+0000 mgr.smithi137.dilesi (mgr.14180) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:43.027 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:18:43.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:41.490029+0000 mgr.smithi137.dilesi (mgr.14180) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:43.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:42.640577+0000 mon.smithi137 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:43.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:42.641485+0000 mon.smithi137 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:18:43.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:42.642048+0000 mon.smithi137 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:43.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:43.026806+0000 mon.smithi137 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.137:0/1629406504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:43.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:41.490029+0000 mgr.smithi137.dilesi (mgr.14180) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:43.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:42.640577+0000 mon.smithi137 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:43.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:42.641485+0000 mon.smithi137 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi137", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:18:43.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:42.642048+0000 mon.smithi137 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:43.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:43.026806+0000 mon.smithi137 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.137:0/1629406504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:43.760 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:18:44.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:42.641246+0000 mgr.smithi137.dilesi (mgr.14180) 40 : cephadm [INF] Reconfiguring crash.smithi137 (monmap changed)... 2024-01-16T09:18:44.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:42.642476+0000 mgr.smithi137.dilesi (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon crash.smithi137 on smithi137 2024-01-16T09:18:44.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:43.799211+0000 mon.smithi137 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:44.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:42.641246+0000 mgr.smithi137.dilesi (mgr.14180) 40 : cephadm [INF] Reconfiguring crash.smithi137 (monmap changed)... 2024-01-16T09:18:44.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:42.642476+0000 mgr.smithi137.dilesi (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon crash.smithi137 on smithi137 2024-01-16T09:18:44.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:43.799211+0000 mon.smithi137 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:44.761 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:18:45.384 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:43.490357+0000 mgr.smithi137.dilesi (mgr.14180) 42 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:45.385 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:43.799825+0000 mgr.smithi137.dilesi (mgr.14180) 43 : cephadm [INF] Reconfiguring grafana.smithi137 (dependencies changed)... 2024-01-16T09:18:45.385 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:43.830131+0000 mgr.smithi137.dilesi (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon grafana.smithi137 on smithi137 2024-01-16T09:18:45.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:43.490357+0000 mgr.smithi137.dilesi (mgr.14180) 42 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:45.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:43.799825+0000 mgr.smithi137.dilesi (mgr.14180) 43 : cephadm [INF] Reconfiguring grafana.smithi137 (dependencies changed)... 2024-01-16T09:18:45.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:43.830131+0000 mgr.smithi137.dilesi (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon grafana.smithi137 on smithi137 2024-01-16T09:18:46.714 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:18:47.246 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:18:47.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:45.490589+0000 mgr.smithi137.dilesi (mgr.14180) 45 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:47.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:46.712131+0000 mon.smithi137 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.137:0/2587244064' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:47.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:47.119300+0000 mon.smithi137 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:47.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:45.490589+0000 mgr.smithi137.dilesi (mgr.14180) 45 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:47.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:46.712131+0000 mon.smithi137 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.137:0/2587244064' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:47.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:47.119300+0000 mon.smithi137 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:48.247 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:18:48.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:47.120055+0000 mgr.smithi137.dilesi (mgr.14180) 46 : cephadm [INF] Reconfiguring prometheus.smithi137 (dependencies changed)... 2024-01-16T09:18:48.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:47.123974+0000 mgr.smithi137.dilesi (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon prometheus.smithi137 on smithi137 2024-01-16T09:18:48.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:47.120055+0000 mgr.smithi137.dilesi (mgr.14180) 46 : cephadm [INF] Reconfiguring prometheus.smithi137 (dependencies changed)... 2024-01-16T09:18:48.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:47.123974+0000 mgr.smithi137.dilesi (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon prometheus.smithi137 on smithi137 2024-01-16T09:18:49.511 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:47.490885+0000 mgr.smithi137.dilesi (mgr.14180) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:49.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:47.490885+0000 mgr.smithi137.dilesi (mgr.14180) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:49.867 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:18:50.360 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:18:50.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:49.866480+0000 mon.smithi137 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.137:0/2396222410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:50.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:49.866480+0000 mon.smithi137 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.137:0/2396222410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:51.346 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:49.491274+0000 mgr.smithi137.dilesi (mgr.14180) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:51.346 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:50.734260+0000 mon.smithi137 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:51.346 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:50.735040+0000 mon.smithi137 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:18:51.346 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:50.735655+0000 mon.smithi137 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:51.361 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:18:51.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:49.491274+0000 mgr.smithi137.dilesi (mgr.14180) 49 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:51.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:50.734260+0000 mon.smithi137 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:51.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:50.735040+0000 mon.smithi137 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-16T09:18:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:50.735655+0000 mon.smithi137 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:52.368 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:50.734802+0000 mgr.smithi137.dilesi (mgr.14180) 50 : cephadm [INF] Reconfiguring crash.smithi184 (monmap changed)... 2024-01-16T09:18:52.368 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:50.736123+0000 mgr.smithi137.dilesi (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon crash.smithi184 on smithi184 2024-01-16T09:18:52.368 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:51.586288+0000 mon.smithi137 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:52.368 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:51.587291+0000 mon.smithi137 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.dpforh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:18:52.368 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:51.587947+0000 mon.smithi137 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:18:52.368 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:51.588446+0000 mon.smithi137 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:52.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:50.734802+0000 mgr.smithi137.dilesi (mgr.14180) 50 : cephadm [INF] Reconfiguring crash.smithi184 (monmap changed)... 2024-01-16T09:18:52.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:50.736123+0000 mgr.smithi137.dilesi (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon crash.smithi184 on smithi184 2024-01-16T09:18:52.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:51.586288+0000 mon.smithi137 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:52.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:51.587291+0000 mon.smithi137 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.dpforh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-16T09:18:52.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:51.587947+0000 mon.smithi137 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-16T09:18:52.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:51.588446+0000 mon.smithi137 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:52.704 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:18:53.104 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:18:53.445 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:51.491574+0000 mgr.smithi137.dilesi (mgr.14180) 52 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:53.445 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:51.586976+0000 mgr.smithi137.dilesi (mgr.14180) 53 : cephadm [INF] Reconfiguring mgr.smithi184.dpforh (monmap changed)... 2024-01-16T09:18:53.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:51.588961+0000 mgr.smithi137.dilesi (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon mgr.smithi184.dpforh on smithi184 2024-01-16T09:18:53.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:52.462734+0000 mon.smithi137 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:53.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:52.463564+0000 mon.smithi137 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:18:53.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:52.464168+0000 mon.smithi137 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:18:53.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:52.464698+0000 mon.smithi137 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:53.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:52.703674+0000 mon.smithi137 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.137:0/2825209141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:53.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:51.491574+0000 mgr.smithi137.dilesi (mgr.14180) 52 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:53.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:51.586976+0000 mgr.smithi137.dilesi (mgr.14180) 53 : cephadm [INF] Reconfiguring mgr.smithi184.dpforh (monmap changed)... 2024-01-16T09:18:53.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:51.588961+0000 mgr.smithi137.dilesi (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon mgr.smithi184.dpforh on smithi184 2024-01-16T09:18:53.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:52.462734+0000 mon.smithi137 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:52.463564+0000 mon.smithi137 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-16T09:18:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:52.464168+0000 mon.smithi137 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-16T09:18:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:52.464698+0000 mon.smithi137 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:52.703674+0000 mon.smithi137 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.137:0/2825209141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:54.106 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:18:54.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:52.463326+0000 mgr.smithi137.dilesi (mgr.14180) 55 : cephadm [INF] Reconfiguring mon.smithi184 (monmap changed)... 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:18:52.465197+0000 mgr.smithi137.dilesi (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon mon.smithi184 on smithi184 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.432705+0000 mon.smithi137 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.435294+0000 mon.smithi137 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.436439+0000 mon.smithi137 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi137:9093"}]: dispatch 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.440233+0000 mon.smithi137 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.444605+0000 mon.smithi137 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.449763+0000 mon.smithi137 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137:3000"}]: dispatch 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.456914+0000 mon.smithi137 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.461318+0000 mon.smithi137 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.464848+0000 mon.smithi137 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi137:9095"}]: dispatch 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.468794+0000 mon.smithi137 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.471458+0000 mon.smithi137 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:18:54.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:52.463326+0000 mgr.smithi137.dilesi (mgr.14180) 55 : cephadm [INF] Reconfiguring mon.smithi184 (monmap changed)... 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:18:52.465197+0000 mgr.smithi137.dilesi (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon mon.smithi184 on smithi184 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.432705+0000 mon.smithi137 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.435294+0000 mon.smithi137 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.436439+0000 mon.smithi137 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi137:9093"}]: dispatch 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.440233+0000 mon.smithi137 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.444605+0000 mon.smithi137 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.449763+0000 mon.smithi137 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137:3000"}]: dispatch 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.456914+0000 mon.smithi137 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.461318+0000 mon.smithi137 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.464848+0000 mon.smithi137 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi137:9095"}]: dispatch 2024-01-16T09:18:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.468794+0000 mon.smithi137 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:54.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.471458+0000 mon.smithi137 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:18:55.392 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.435627+0000 mgr.smithi137.dilesi (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:18:55.392 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.436679+0000 mgr.smithi137.dilesi (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi137:9093"}]: dispatch 2024-01-16T09:18:55.392 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.444935+0000 mgr.smithi137.dilesi (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:18:55.392 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.450113+0000 mgr.smithi137.dilesi (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137:3000"}]: dispatch 2024-01-16T09:18:55.392 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.461694+0000 mgr.smithi137.dilesi (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:18:55.393 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:53.465144+0000 mgr.smithi137.dilesi (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi137:9095"}]: dispatch 2024-01-16T09:18:55.393 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:53.491768+0000 mgr.smithi137.dilesi (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:55.393 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:54.532444+0000 mon.smithi137 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:55.393 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:54.537296+0000 mon.smithi137 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:55.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.435627+0000 mgr.smithi137.dilesi (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-16T09:18:55.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.436679+0000 mgr.smithi137.dilesi (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi137:9093"}]: dispatch 2024-01-16T09:18:55.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.444935+0000 mgr.smithi137.dilesi (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-16T09:18:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.450113+0000 mgr.smithi137.dilesi (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi137:3000"}]: dispatch 2024-01-16T09:18:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.461694+0000 mgr.smithi137.dilesi (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-16T09:18:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:53.465144+0000 mgr.smithi137.dilesi (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi137:9095"}]: dispatch 2024-01-16T09:18:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:53.491768+0000 mgr.smithi137.dilesi (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:54.532444+0000 mon.smithi137 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:54.537296+0000 mon.smithi137 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:55.754 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:18:56.246 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-16T09:18:56.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:55.753396+0000 mon.smithi137 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.137:0/2818365113' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:56.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:55.753396+0000 mon.smithi137 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.137:0/2818365113' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:57.248 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:18:57.412 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:55.492025+0000 mgr.smithi137.dilesi (mgr.14180) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.786313+0000 mon.smithi137 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.791032+0000 mon.smithi137 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.791734+0000 mon.smithi137 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:57.413 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.792265+0000 mon.smithi137 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:18:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.795830+0000 mon.smithi137 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.799662+0000 mon.smithi137 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:18:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.802765+0000 mon.smithi137 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:18:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.803706+0000 mon.smithi137 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:18:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.803875+0000 mon.smithi137 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:57.414 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:56.804275+0000 mon.smithi137 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:57.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:55.492025+0000 mgr.smithi137.dilesi (mgr.14180) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:57.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.786313+0000 mon.smithi137 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:57.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.791032+0000 mon.smithi137 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:57.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.791734+0000 mon.smithi137 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:57.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.792265+0000 mon.smithi137 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:18:57.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.795830+0000 mon.smithi137 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:18:57.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.799662+0000 mon.smithi137 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:18:57.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.802765+0000 mon.smithi137 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:18:57.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.803706+0000 mon.smithi137 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:18:57.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.803875+0000 mon.smithi137 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:57.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:56.804275+0000 mon.smithi137 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:18:58.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:57.492277+0000 mgr.smithi137.dilesi (mgr.14180) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:58.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:57.492277+0000 mgr.smithi137.dilesi (mgr.14180) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:18:58.996 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:58.820350+0000 mon.smithi184 (mon.1) 2 : audit [INF] from='client.? 172.21.15.184:0/2586256296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7905d493-9fa2-421f-a9ef-299c878fe1ab"}]: dispatch 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:58.820772+0000 mon.smithi137 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7905d493-9fa2-421f-a9ef-299c878fe1ab"}]: dispatch 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:58.824806+0000 mon.smithi137 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7905d493-9fa2-421f-a9ef-299c878fe1ab"}]': finished 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:58.824880+0000 mon.smithi137 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:58.825010+0000 mon.smithi137 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:58.995411+0000 mon.smithi137 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.137:0/1727213422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:59.233353+0000 mon.smithi137 (mon.0) 268 : audit [INF] from='client.? 172.21.15.137:0/2678080460' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9211cbb9-7caa-4f99-9071-1a6815b1ee6e"}]: dispatch 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:59.236991+0000 mon.smithi137 (mon.0) 269 : audit [INF] from='client.? 172.21.15.137:0/2678080460' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9211cbb9-7caa-4f99-9071-1a6815b1ee6e"}]': finished 2024-01-16T09:18:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:59.237064+0000 mon.smithi137 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-16T09:18:59.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:59.237151+0000 mon.smithi137 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:18:59.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:18:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:18:59.237390+0000 mon.smithi137 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:18:59.382 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705396738,"num_remapped_pgs":0} 2024-01-16T09:18:59.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:58.820350+0000 mon.smithi184 (mon.1) 2 : audit [INF] from='client.? 172.21.15.184:0/2586256296' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7905d493-9fa2-421f-a9ef-299c878fe1ab"}]: dispatch 2024-01-16T09:18:59.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:58.820772+0000 mon.smithi137 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7905d493-9fa2-421f-a9ef-299c878fe1ab"}]: dispatch 2024-01-16T09:18:59.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:58.824806+0000 mon.smithi137 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7905d493-9fa2-421f-a9ef-299c878fe1ab"}]': finished 2024-01-16T09:18:59.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:58.824880+0000 mon.smithi137 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-16T09:18:59.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:58.825010+0000 mon.smithi137 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:18:59.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:58.995411+0000 mon.smithi137 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.137:0/1727213422' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:18:59.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:59.233353+0000 mon.smithi137 (mon.0) 268 : audit [INF] from='client.? 172.21.15.137:0/2678080460' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9211cbb9-7caa-4f99-9071-1a6815b1ee6e"}]: dispatch 2024-01-16T09:18:59.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:59.236991+0000 mon.smithi137 (mon.0) 269 : audit [INF] from='client.? 172.21.15.137:0/2678080460' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9211cbb9-7caa-4f99-9071-1a6815b1ee6e"}]': finished 2024-01-16T09:18:59.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:59.237064+0000 mon.smithi137 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-16T09:18:59.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:59.237151+0000 mon.smithi137 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:18:59.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:18:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:18:59.237390+0000 mon.smithi137 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:00.384 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:00.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:18:59.492559+0000 mgr.smithi137.dilesi (mgr.14180) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:00.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:00.183834+0000 mon.smithi184 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.184:0/3419948738' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:00.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:18:59.492559+0000 mgr.smithi137.dilesi (mgr.14180) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:00.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:00.183834+0000 mon.smithi184 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.184:0/3419948738' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:01.383 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:00.548302+0000 mon.smithi137 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.137:0/4172942368' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:01.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:00.548302+0000 mon.smithi137 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.137:0/4172942368' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:01.751 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:02.148 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705396739,"num_remapped_pgs":0} 2024-01-16T09:19:02.832 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:01.492942+0000 mgr.smithi137.dilesi (mgr.14180) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:02.832 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:01.750732+0000 mon.smithi137 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.137:0/1840763945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:03.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:01.492942+0000 mgr.smithi137.dilesi (mgr.14180) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:03.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:01.750732+0000 mon.smithi137 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.137:0/1840763945' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:03.149 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:03.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:02.705557+0000 mon.smithi184 (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/546995969' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba346c7f-f777-4954-8696-327bafd212ae"}]: dispatch 2024-01-16T09:19:03.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:02.706042+0000 mon.smithi137 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba346c7f-f777-4954-8696-327bafd212ae"}]: dispatch 2024-01-16T09:19:03.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:02.715136+0000 mon.smithi137 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba346c7f-f777-4954-8696-327bafd212ae"}]': finished 2024-01-16T09:19:03.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:02.715181+0000 mon.smithi137 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-16T09:19:03.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:02.715268+0000 mon.smithi137 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:02.715510+0000 mon.smithi137 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:02.715680+0000 mon.smithi137 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:03.060666+0000 mon.smithi137 (mon.0) 281 : audit [INF] from='client.? 172.21.15.137:0/4291354010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a75acea0-d119-4af7-9b68-45c1fac6b90c"}]: dispatch 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:03.068731+0000 mon.smithi137 (mon.0) 282 : audit [INF] from='client.? 172.21.15.137:0/4291354010' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a75acea0-d119-4af7-9b68-45c1fac6b90c"}]': finished 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:03.068773+0000 mon.smithi137 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:03.068892+0000 mon.smithi137 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:03.069112+0000 mon.smithi137 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:03.069235+0000 mon.smithi137 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:03.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:03.069364+0000 mon.smithi137 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:02.705557+0000 mon.smithi184 (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/546995969' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba346c7f-f777-4954-8696-327bafd212ae"}]: dispatch 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:02.706042+0000 mon.smithi137 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba346c7f-f777-4954-8696-327bafd212ae"}]: dispatch 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:02.715136+0000 mon.smithi137 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba346c7f-f777-4954-8696-327bafd212ae"}]': finished 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:02.715181+0000 mon.smithi137 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:02.715268+0000 mon.smithi137 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:02.715510+0000 mon.smithi137 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:02.715680+0000 mon.smithi137 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:03.060666+0000 mon.smithi137 (mon.0) 281 : audit [INF] from='client.? 172.21.15.137:0/4291354010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a75acea0-d119-4af7-9b68-45c1fac6b90c"}]: dispatch 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:03.068731+0000 mon.smithi137 (mon.0) 282 : audit [INF] from='client.? 172.21.15.137:0/4291354010' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a75acea0-d119-4af7-9b68-45c1fac6b90c"}]': finished 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:03.068773+0000 mon.smithi137 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:03.068892+0000 mon.smithi137 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:03.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:03.069112+0000 mon.smithi137 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:03.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:03.069235+0000 mon.smithi137 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:03.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:03.069364+0000 mon.smithi137 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:04.721 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:04.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:03.493148+0000 mgr.smithi137.dilesi (mgr.14180) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:04.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:03.993251+0000 mon.smithi184 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/3723287976' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:04.939 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:03.493148+0000 mgr.smithi137.dilesi (mgr.14180) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:04.939 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:03.993251+0000 mon.smithi184 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/3723287976' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:05.144 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705396743,"num_remapped_pgs":0} 2024-01-16T09:19:05.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:04.604109+0000 mon.smithi137 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.137:0/3032776947' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:05.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:04.719528+0000 mon.smithi137 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.137:0/1547828013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:06.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:04.604109+0000 mon.smithi137 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.137:0/3032776947' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:06.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:04.719528+0000 mon.smithi137 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.137:0/1547828013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:06.146 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:05.493441+0000 mgr.smithi137.dilesi (mgr.14180) 69 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:06.508860+0000 mon.smithi184 (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/4076541233' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13a24d1e-e768-494d-98b2-dc65f84e6964"}]: dispatch 2024-01-16T09:19:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:06.509389+0000 mon.smithi137 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13a24d1e-e768-494d-98b2-dc65f84e6964"}]: dispatch 2024-01-16T09:19:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:06.516033+0000 mon.smithi137 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13a24d1e-e768-494d-98b2-dc65f84e6964"}]': finished 2024-01-16T09:19:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:06.516078+0000 mon.smithi137 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-16T09:19:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:06.516192+0000 mon.smithi137 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:06.516515+0000 mon.smithi137 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:06.516715+0000 mon.smithi137 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:06.516843+0000 mon.smithi137 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:06.516975+0000 mon.smithi137 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:05.493441+0000 mgr.smithi137.dilesi (mgr.14180) 69 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:06.508860+0000 mon.smithi184 (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/4076541233' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13a24d1e-e768-494d-98b2-dc65f84e6964"}]: dispatch 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:06.509389+0000 mon.smithi137 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13a24d1e-e768-494d-98b2-dc65f84e6964"}]: dispatch 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:06.516033+0000 mon.smithi137 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13a24d1e-e768-494d-98b2-dc65f84e6964"}]': finished 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:06.516078+0000 mon.smithi137 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:06.516192+0000 mon.smithi137 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:06.516515+0000 mon.smithi137 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:06.516715+0000 mon.smithi137 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:06.516843+0000 mon.smithi137 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:06.516975+0000 mon.smithi137 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:07.615 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:07.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.148697+0000 mon.smithi137 (mon.0) 298 : audit [INF] from='client.? 172.21.15.137:0/2436441484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6992a2d4-153c-49c8-87b4-3b3a9cf9afad"}]: dispatch 2024-01-16T09:19:07.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.154948+0000 mon.smithi137 (mon.0) 299 : audit [INF] from='client.? 172.21.15.137:0/2436441484' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6992a2d4-153c-49c8-87b4-3b3a9cf9afad"}]': finished 2024-01-16T09:19:07.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:07.154993+0000 mon.smithi137 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-16T09:19:07.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.155085+0000 mon.smithi137 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:07.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.155358+0000 mon.smithi137 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:07.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.155509+0000 mon.smithi137 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:07.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.155667+0000 mon.smithi137 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:07.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.155824+0000 mon.smithi137 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:07.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.155976+0000 mon.smithi137 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:07.852 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.148697+0000 mon.smithi137 (mon.0) 298 : audit [INF] from='client.? 172.21.15.137:0/2436441484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6992a2d4-153c-49c8-87b4-3b3a9cf9afad"}]: dispatch 2024-01-16T09:19:07.852 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.154948+0000 mon.smithi137 (mon.0) 299 : audit [INF] from='client.? 172.21.15.137:0/2436441484' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6992a2d4-153c-49c8-87b4-3b3a9cf9afad"}]': finished 2024-01-16T09:19:07.852 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:07.154993+0000 mon.smithi137 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-16T09:19:07.852 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.155085+0000 mon.smithi137 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:07.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.155358+0000 mon.smithi137 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:07.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.155509+0000 mon.smithi137 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:07.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.155667+0000 mon.smithi137 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:07.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.155824+0000 mon.smithi137 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:07.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.155976+0000 mon.smithi137 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:08.104 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705396747,"num_remapped_pgs":0} 2024-01-16T09:19:08.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:07.493644+0000 mgr.smithi137.dilesi (mgr.14180) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:08.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.614333+0000 mon.smithi137 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.137:0/1004853230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:08.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:07.778457+0000 mon.smithi184 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.184:0/2830207647' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:09.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:07.493644+0000 mgr.smithi137.dilesi (mgr.14180) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:09.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.614333+0000 mon.smithi137 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.137:0/1004853230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:09.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:07.778457+0000 mon.smithi184 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.184:0/2830207647' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:09.105 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:09.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:08.698976+0000 mon.smithi137 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.137:0/1177889147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:09.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:08.698976+0000 mon.smithi137 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.137:0/1177889147' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:10.523 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:09.493896+0000 mgr.smithi137.dilesi (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.301176+0000 mon.smithi184 (mon.1) 8 : audit [INF] from='client.? 172.21.15.184:0/518233338' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fd2c4bd-926e-4322-a143-22d17d3faef1"}]: dispatch 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.301707+0000 mon.smithi137 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fd2c4bd-926e-4322-a143-22d17d3faef1"}]: dispatch 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.305857+0000 mon.smithi137 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0fd2c4bd-926e-4322-a143-22d17d3faef1"}]': finished 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:10.305905+0000 mon.smithi137 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.306019+0000 mon.smithi137 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.306374+0000 mon.smithi137 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.306579+0000 mon.smithi137 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.306775+0000 mon.smithi137 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.306966+0000 mon.smithi137 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:10.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.307159+0000 mon.smithi137 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:10.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.307356+0000 mon.smithi137 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:10.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:10.521998+0000 mon.smithi137 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.137:0/318952116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:10.918 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:09.493896+0000 mgr.smithi137.dilesi (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:10.918 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.301176+0000 mon.smithi184 (mon.1) 8 : audit [INF] from='client.? 172.21.15.184:0/518233338' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fd2c4bd-926e-4322-a143-22d17d3faef1"}]: dispatch 2024-01-16T09:19:10.918 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.301707+0000 mon.smithi137 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fd2c4bd-926e-4322-a143-22d17d3faef1"}]: dispatch 2024-01-16T09:19:10.918 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.305857+0000 mon.smithi137 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0fd2c4bd-926e-4322-a143-22d17d3faef1"}]': finished 2024-01-16T09:19:10.918 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:10.305905+0000 mon.smithi137 (mon.0) 311 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-16T09:19:10.918 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.306019+0000 mon.smithi137 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:10.918 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.306374+0000 mon.smithi137 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:10.919 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.306579+0000 mon.smithi137 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:10.919 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.306775+0000 mon.smithi137 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:10.919 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.306966+0000 mon.smithi137 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:10.919 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.307159+0000 mon.smithi137 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:10.919 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.307356+0000 mon.smithi137 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:10.919 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:10.521998+0000 mon.smithi137 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.137:0/318952116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:10.939 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1705396750,"num_remapped_pgs":0} 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.229470+0000 mon.smithi137 (mon.0) 320 : audit [INF] from='client.? 172.21.15.137:0/2897243190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a4b2ec5-474e-45b4-a1d5-9c67d29c459c"}]: dispatch 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.233148+0000 mon.smithi137 (mon.0) 321 : audit [INF] from='client.? 172.21.15.137:0/2897243190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a4b2ec5-474e-45b4-a1d5-9c67d29c459c"}]': finished 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:11.233185+0000 mon.smithi137 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.233298+0000 mon.smithi137 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.233581+0000 mon.smithi137 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.233704+0000 mon.smithi137 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.233901+0000 mon.smithi137 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.234037+0000 mon.smithi137 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.234162+0000 mon.smithi137 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:11.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.234284+0000 mon.smithi137 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:11.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.234422+0000 mon.smithi137 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:11.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:11.582494+0000 mon.smithi184 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.184:0/1977969053' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:11.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.229470+0000 mon.smithi137 (mon.0) 320 : audit [INF] from='client.? 172.21.15.137:0/2897243190' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5a4b2ec5-474e-45b4-a1d5-9c67d29c459c"}]: dispatch 2024-01-16T09:19:11.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.233148+0000 mon.smithi137 (mon.0) 321 : audit [INF] from='client.? 172.21.15.137:0/2897243190' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5a4b2ec5-474e-45b4-a1d5-9c67d29c459c"}]': finished 2024-01-16T09:19:11.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:11.233185+0000 mon.smithi137 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-16T09:19:11.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.233298+0000 mon.smithi137 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:11.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.233581+0000 mon.smithi137 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:11.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.233704+0000 mon.smithi137 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:11.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.233901+0000 mon.smithi137 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:11.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.234037+0000 mon.smithi137 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:11.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.234162+0000 mon.smithi137 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:11.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.234284+0000 mon.smithi137 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:11.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.234422+0000 mon.smithi137 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:11.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:11.582494+0000 mon.smithi184 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.184:0/1977969053' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:11.940 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:13.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:11.494260+0000 mgr.smithi137.dilesi (mgr.14180) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:13.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:12.571008+0000 mon.smithi137 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.137:0/1745756404' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:13.336 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:13.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:11.494260+0000 mgr.smithi137.dilesi (mgr.14180) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:13.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:12.571008+0000 mon.smithi137 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.137:0/1745756404' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-16T09:19:13.727 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:14.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:13.335311+0000 mon.smithi137 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.137:0/2038099190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:14.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:13.335311+0000 mon.smithi137 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.137:0/2038099190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:14.728 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:15.390 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:13.494604+0000 mgr.smithi137.dilesi (mgr.14180) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:15.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:13.494604+0000 mgr.smithi137.dilesi (mgr.14180) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:16.427 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:16.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:15.922999+0000 mon.smithi137 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T09:19:16.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:15.923535+0000 mon.smithi137 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:16.576 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:15.922999+0000 mon.smithi137 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-16T09:19:16.576 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:15.923535+0000 mon.smithi137 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:17.001 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:17.504 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:15.494882+0000 mgr.smithi137.dilesi (mgr.14180) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:17.504 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:15.924026+0000 mgr.smithi137.dilesi (mgr.14180) 75 : cephadm [INF] Deploying daemon osd.0 on smithi184 2024-01-16T09:19:17.504 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:16.426880+0000 mon.smithi137 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.137:0/1502310447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:17.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:15.494882+0000 mgr.smithi137.dilesi (mgr.14180) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:17.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:15.924026+0000 mgr.smithi137.dilesi (mgr.14180) 75 : cephadm [INF] Deploying daemon osd.0 on smithi184 2024-01-16T09:19:17.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:16.426880+0000 mon.smithi137 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.137:0/1502310447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:18.003 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:18.335 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:17.777802+0000 mon.smithi137 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T09:19:18.336 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:17.778346+0000 mon.smithi137 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:18.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:17.777802+0000 mon.smithi137 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-16T09:19:18.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:17.778346+0000 mon.smithi137 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:19.390 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:17.495364+0000 mgr.smithi137.dilesi (mgr.14180) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:19.390 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:17.778810+0000 mgr.smithi137.dilesi (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.1 on smithi137 2024-01-16T09:19:19.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:17.495364+0000 mgr.smithi137.dilesi (mgr.14180) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:19.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:17.778810+0000 mgr.smithi137.dilesi (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.1 on smithi137 2024-01-16T09:19:19.897 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:20.515 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:19.391782+0000 mon.smithi137 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:20.516 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:19.392587+0000 mon.smithi137 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T09:19:20.516 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:19.393338+0000 mon.smithi137 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:20.516 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:19.393970+0000 mgr.smithi137.dilesi (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-01-16T09:19:20.516 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:19.495636+0000 mgr.smithi137.dilesi (mgr.14180) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:20.516 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:19.897084+0000 mon.smithi137 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.137:0/2194704446' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:20.604 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:20.650 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:19.391782+0000 mon.smithi137 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:20.650 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:19.392587+0000 mon.smithi137 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-16T09:19:20.650 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:19.393338+0000 mon.smithi137 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:20.650 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:19.393970+0000 mgr.smithi137.dilesi (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-01-16T09:19:20.650 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:19.495636+0000 mgr.smithi137.dilesi (mgr.14180) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:20.650 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:19.897084+0000 mon.smithi137 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.137:0/2194704446' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:21.605 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:22.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:21.495841+0000 mgr.smithi137.dilesi (mgr.14180) 80 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:22.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:21.495841+0000 mgr.smithi137.dilesi (mgr.14180) 80 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:23.409 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:23.850 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:22.616657+0000 mon.smithi184 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/1141918692,v1:172.21.15.184:6801/1141918692]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:22.617078+0000 mon.smithi137 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:22.792925+0000 mon.smithi137 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:22.793840+0000 mon.smithi137 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:22.795288+0000 mon.smithi137 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:22.795842+0000 mgr.smithi137.dilesi (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:22.797271+0000 mon.smithi137 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:22.798687+0000 mon.smithi137 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:22.799536+0000 mon.smithi137 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:22.799954+0000 mgr.smithi137.dilesi (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.3 on smithi137 2024-01-16T09:19:23.851 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.408127+0000 mon.smithi137 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.137:0/1616872976' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:22.616657+0000 mon.smithi184 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/1141918692,v1:172.21.15.184:6801/1141918692]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:22.617078+0000 mon.smithi137 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:22.792925+0000 mon.smithi137 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:22.793840+0000 mon.smithi137 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:22.795288+0000 mon.smithi137 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:22.795842+0000 mgr.smithi137.dilesi (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:22.797271+0000 mon.smithi137 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:22.798687+0000 mon.smithi137 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-16T09:19:23.865 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:22.799536+0000 mon.smithi137 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:23.866 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:22.799954+0000 mgr.smithi137.dilesi (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.3 on smithi137 2024-01-16T09:19:23.866 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.408127+0000 mon.smithi137 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.137:0/1616872976' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:24.147 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:23.496110+0000 mgr.smithi137.dilesi (mgr.14180) 83 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.585814+0000 mon.smithi137 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:23.585858+0000 mon.smithi137 (mon.0) 351 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.585963+0000 mon.smithi137 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.586187+0000 mon.smithi137 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.586321+0000 mon.smithi137 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.586457+0000 mon.smithi137 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.586594+0000 mon.smithi137 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:24.783 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.586717+0000 mon.smithi137 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:24.784 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.586846+0000 mon.smithi137 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:24.784 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.587000+0000 mon.smithi137 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:24.784 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.587267+0000 mon.smithi184 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/1141918692,v1:172.21.15.184:6801/1141918692]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:24.784 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:23.587605+0000 mon.smithi137 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:24.937 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:23.496110+0000 mgr.smithi137.dilesi (mgr.14180) 83 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:24.937 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.585814+0000 mon.smithi137 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-16T09:19:24.937 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:23.585858+0000 mon.smithi137 (mon.0) 351 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-16T09:19:24.937 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.585963+0000 mon.smithi137 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:24.937 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.586187+0000 mon.smithi137 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:24.938 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.586321+0000 mon.smithi137 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:24.938 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.586457+0000 mon.smithi137 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:24.938 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.586594+0000 mon.smithi137 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:24.938 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.586717+0000 mon.smithi137 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:24.938 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.586846+0000 mon.smithi137 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:24.938 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.587000+0000 mon.smithi137 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:24.938 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.587267+0000 mon.smithi184 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/1141918692,v1:172.21.15.184:6801/1141918692]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:24.938 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:23.587605+0000 mon.smithi137 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:25.148 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:25.923 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.588400+0000 mon.smithi137 (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=smithi184", "root=default"]}]': finished 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:24.588483+0000 mon.smithi137 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.588832+0000 mon.smithi137 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.589070+0000 mon.smithi137 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.589219+0000 mon.smithi137 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.589376+0000 mon.smithi137 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.589541+0000 mon.smithi137 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.589688+0000 mon.smithi137 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.589837+0000 mon.smithi137 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.589982+0000 mon.smithi137 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:25.924 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:24.594293+0000 mon.smithi137 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.588400+0000 mon.smithi137 (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=smithi184", "root=default"]}]': finished 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:24.588483+0000 mon.smithi137 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.588832+0000 mon.smithi137 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.589070+0000 mon.smithi137 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.589219+0000 mon.smithi137 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.589376+0000 mon.smithi137 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.589541+0000 mon.smithi137 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.589688+0000 mon.smithi137 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.589837+0000 mon.smithi137 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.589982+0000 mon.smithi137 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:25.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:24.594293+0000 mon.smithi137 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:23.582082+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:23.582127+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:25.496472+0000 mgr.smithi137.dilesi (mgr.14180) 84 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:25.594615+0000 mon.smithi137 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.184:6800/1141918692,v1:172.21.15.184:6801/1141918692] boot 2024-01-16T09:19:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:25.594664+0000 mon.smithi137 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-16T09:19:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.595056+0000 mon.smithi137 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:26.719 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.595319+0000 mon.smithi137 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.595524+0000 mon.smithi137 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.595669+0000 mon.smithi137 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.598778+0000 mon.smithi137 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.598932+0000 mon.smithi137 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.599106+0000 mon.smithi137 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.599269+0000 mon.smithi137 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:25.733951+0000 mon.smithi137 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.027265+0000 mon.smithi184 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/4224440047,v1:172.21.15.184:6809/4224440047]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.027778+0000 mon.smithi137 (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.375215+0000 mon.smithi137 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.375861+0000 mon.smithi137 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T09:19:26.720 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.376426+0000 mon.smithi137 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:26.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:23.582082+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:26.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:23.582127+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:26.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:25.496472+0000 mgr.smithi137.dilesi (mgr.14180) 84 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-16T09:19:26.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:25.594615+0000 mon.smithi137 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.184:6800/1141918692,v1:172.21.15.184:6801/1141918692] boot 2024-01-16T09:19:26.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:25.594664+0000 mon.smithi137 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-16T09:19:26.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.595056+0000 mon.smithi137 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.595319+0000 mon.smithi137 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.595524+0000 mon.smithi137 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.595669+0000 mon.smithi137 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.598778+0000 mon.smithi137 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.598932+0000 mon.smithi137 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.599106+0000 mon.smithi137 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.599269+0000 mon.smithi137 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:25.733951+0000 mon.smithi137 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.027265+0000 mon.smithi184 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/4224440047,v1:172.21.15.184:6809/4224440047]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.027778+0000 mon.smithi137 (mon.0) 383 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.375215+0000 mon.smithi137 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.375861+0000 mon.smithi137 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-16T09:19:26.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.376426+0000 mon.smithi137 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:27.107 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:27.534 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705396765,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:26.376913+0000 mgr.smithi137.dilesi (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.603206+0000 mon.smithi137 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.603264+0000 mon.smithi137 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:26.603317+0000 mon.smithi137 (mon.0) 389 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.603404+0000 mon.smithi137 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.603680+0000 mon.smithi137 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.603844+0000 mon.smithi137 (mon.0) 392 : audit [INF] from='osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.604016+0000 mon.smithi137 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.604166+0000 mon.smithi137 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:27.753 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.604312+0000 mon.smithi137 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.604464+0000 mon.smithi137 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.604610+0000 mon.smithi137 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.610160+0000 mon.smithi184 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/4224440047,v1:172.21.15.184:6809/4224440047]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:26.610539+0000 mon.smithi137 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.106017+0000 mon.smithi137 (mon.0) 399 : audit [DBG] from='client.? 172.21.15.137:0/3581960660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.234681+0000 mon.smithi137 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.235321+0000 mon.smithi137 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.235873+0000 mon.smithi137 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:27.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:27.236308+0000 mgr.smithi137.dilesi (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.5 on smithi137 2024-01-16T09:19:27.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:26.376913+0000 mgr.smithi137.dilesi (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-01-16T09:19:27.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.603206+0000 mon.smithi137 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.603264+0000 mon.smithi137 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:26.603317+0000 mon.smithi137 (mon.0) 389 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.603404+0000 mon.smithi137 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.603680+0000 mon.smithi137 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.603844+0000 mon.smithi137 (mon.0) 392 : audit [INF] from='osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.604016+0000 mon.smithi137 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.604166+0000 mon.smithi137 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.604312+0000 mon.smithi137 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.604464+0000 mon.smithi137 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.604610+0000 mon.smithi137 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.610160+0000 mon.smithi184 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/4224440047,v1:172.21.15.184:6809/4224440047]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:26.610539+0000 mon.smithi137 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.106017+0000 mon.smithi137 (mon.0) 399 : audit [DBG] from='client.? 172.21.15.137:0/3581960660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.234681+0000 mon.smithi137 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:27.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.235321+0000 mon.smithi137 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-16T09:19:27.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.235873+0000 mon.smithi137 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:27.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:27.236308+0000 mgr.smithi137.dilesi (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.5 on smithi137 2024-01-16T09:19:28.536 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:28.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:27.496720+0000 mgr.smithi137.dilesi (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:19:28.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.604729+0000 mon.smithi137 (mon.0) 403 : audit [INF] from='osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-01-16T09:19:28.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.604804+0000 mon.smithi137 (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=smithi184", "root=default"]}]': finished 2024-01-16T09:19:28.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:27.604884+0000 mon.smithi137 (mon.0) 405 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-16T09:19:28.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.605258+0000 mon.smithi137 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:28.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.605488+0000 mon.smithi137 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:28.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.605936+0000 mon.smithi137 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:28.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.606093+0000 mon.smithi137 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:28.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.606270+0000 mon.smithi137 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:28.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.606471+0000 mon.smithi137 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:28.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.606669+0000 mon.smithi137 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:28.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.608582+0000 mon.smithi137 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:28.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:27.614301+0000 mon.smithi137 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:28.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.608414+0000 mon.smithi137 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:28.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:27.496720+0000 mgr.smithi137.dilesi (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:19:28.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.604729+0000 mon.smithi137 (mon.0) 403 : audit [INF] from='osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-01-16T09:19:28.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.604804+0000 mon.smithi137 (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=smithi184", "root=default"]}]': finished 2024-01-16T09:19:28.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:27.604884+0000 mon.smithi137 (mon.0) 405 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.605258+0000 mon.smithi137 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.605488+0000 mon.smithi137 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.605936+0000 mon.smithi137 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.606093+0000 mon.smithi137 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.606270+0000 mon.smithi137 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.606471+0000 mon.smithi137 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.606669+0000 mon.smithi137 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.608582+0000 mon.smithi137 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:27.614301+0000 mon.smithi137 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:28.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.608414+0000 mon.smithi137 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:29.622 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:26.724815+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:29.623 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:26.724896+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:29.623 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:27.029790+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:29.623 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:27.029835+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:29.623 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:28.614772+0000 mon.smithi137 (mon.0) 416 : cluster [INF] osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090] boot 2024-01-16T09:19:29.623 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:28.614808+0000 mon.smithi137 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.184:6808/4224440047,v1:172.21.15.184:6809/4224440047] boot 2024-01-16T09:19:29.623 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:28.614832+0000 mon.smithi137 (mon.0) 418 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-16T09:19:29.623 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.615299+0000 mon.smithi137 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:29.623 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.615515+0000 mon.smithi137 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:26.724815+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:26.724896+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:27.029790+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:27.029835+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:28.614772+0000 mon.smithi137 (mon.0) 416 : cluster [INF] osd.1 [v2:172.21.15.137:6802/2889804090,v1:172.21.15.137:6803/2889804090] boot 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:28.614808+0000 mon.smithi137 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.184:6808/4224440047,v1:172.21.15.184:6809/4224440047] boot 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:28.614832+0000 mon.smithi137 (mon.0) 418 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.615299+0000 mon.smithi137 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.615515+0000 mon.smithi137 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-16T09:19:29.805 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.615765+0000 mon.smithi137 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:29.806 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.619411+0000 mon.smithi137 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:29.806 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.619620+0000 mon.smithi137 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:29.806 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.619785+0000 mon.smithi137 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:29.806 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.619947+0000 mon.smithi137 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:29.806 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:28.620149+0000 mon.smithi137 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T09:19:29.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.615765+0000 mon.smithi137 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:29.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.619411+0000 mon.smithi137 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:29.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.619620+0000 mon.smithi137 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:29.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.619785+0000 mon.smithi137 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:29.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.619947+0000 mon.smithi137 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:29.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:28.620149+0000 mon.smithi137 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-16T09:19:30.171 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:30.547 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1705396768,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:30.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:29.497016+0000 mgr.smithi137.dilesi (mgr.14180) 88 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.623298+0000 mon.smithi137 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:29.623340+0000 mon.smithi137 (mon.0) 428 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.623486+0000 mon.smithi137 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.624020+0000 mon.smithi137 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.624266+0000 mon.smithi137 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.624570+0000 mon.smithi137 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.624774+0000 mon.smithi137 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.625322+0000 mon.smithi137 (mon.0) 434 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.627326+0000 mon.smithi137 (mon.0) 435 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:29.982910+0000 mon.smithi137 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.170384+0000 mon.smithi184 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.137:0/2766630127' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:30.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.388493+0000 mon.smithi184 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.137:6810/3365761,v1:172.21.15.137:6811/3365761]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T09:19:30.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.388939+0000 mon.smithi137 (mon.0) 437 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T09:19:30.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:29.497016+0000 mgr.smithi137.dilesi (mgr.14180) 88 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.623298+0000 mon.smithi137 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:29.623340+0000 mon.smithi137 (mon.0) 428 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.623486+0000 mon.smithi137 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.624020+0000 mon.smithi137 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.624266+0000 mon.smithi137 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.624570+0000 mon.smithi137 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.624774+0000 mon.smithi137 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.625322+0000 mon.smithi137 (mon.0) 434 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.627326+0000 mon.smithi137 (mon.0) 435 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:29.982910+0000 mon.smithi137 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.170384+0000 mon.smithi184 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.137:0/2766630127' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.388493+0000 mon.smithi184 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.137:6810/3365761,v1:172.21.15.137:6811/3365761]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T09:19:30.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.388939+0000 mon.smithi137 (mon.0) 437 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-16T09:19:31.547 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.624790+0000 mon.smithi137 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.624854+0000 mon.smithi137 (mon.0) 439 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.624914+0000 mon.smithi137 (mon.0) 440 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:30.624969+0000 mon.smithi137 (mon.0) 441 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.625367+0000 mon.smithi137 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.625620+0000 mon.smithi137 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.625712+0000 mon.smithi184 (mon.1) 16 : audit [INF] from='osd.3 [v2:172.21.15.137:6810/3365761,v1:172.21.15.137:6811/3365761]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.625798+0000 mon.smithi137 (mon.0) 444 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.625989+0000 mon.smithi137 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.629307+0000 mon.smithi137 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:31.838 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.629798+0000 mon.smithi137 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:31.839 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:30.630092+0000 mon.smithi137 (mon.0) 448 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:31.839 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.378757+0000 mon.smithi137 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:31.839 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.379440+0000 mon.smithi137 (mon.0) 450 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T09:19:31.839 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.379975+0000 mon.smithi137 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.624790+0000 mon.smithi137 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.624854+0000 mon.smithi137 (mon.0) 439 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.624914+0000 mon.smithi137 (mon.0) 440 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:30.624969+0000 mon.smithi137 (mon.0) 441 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.625367+0000 mon.smithi137 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.625620+0000 mon.smithi137 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.625712+0000 mon.smithi184 (mon.1) 16 : audit [INF] from='osd.3 [v2:172.21.15.137:6810/3365761,v1:172.21.15.137:6811/3365761]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.625798+0000 mon.smithi137 (mon.0) 444 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.625989+0000 mon.smithi137 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.629307+0000 mon.smithi137 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:31.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.629798+0000 mon.smithi137 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:31.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:30.630092+0000 mon.smithi137 (mon.0) 448 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:31.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.378757+0000 mon.smithi137 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:31.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.379440+0000 mon.smithi137 (mon.0) 450 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-16T09:19:31.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.379975+0000 mon.smithi137 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:30.635025+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:30.635068+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:31.380440+0000 mgr.smithi137.dilesi (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.7 on smithi137 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:31.497425+0000 mgr.smithi137.dilesi (mgr.14180) 90 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.625883+0000 mon.smithi137 (mon.0) 452 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.625957+0000 mon.smithi137 (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:31.626027+0000 mon.smithi137 (mon.0) 454 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.626160+0000 mon.smithi137 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.626876+0000 mon.smithi137 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:32.853 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.627615+0000 mon.smithi137 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:32.854 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.632322+0000 mon.smithi137 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:32.854 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.632868+0000 mon.smithi137 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:32.854 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.633195+0000 mon.smithi137 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:32.854 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:31.633490+0000 mon.smithi137 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:32.854 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:32.024008+0000 mon.smithi137 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:32.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:30.635025+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:30.635068+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:31.380440+0000 mgr.smithi137.dilesi (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.7 on smithi137 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:31.497425+0000 mgr.smithi137.dilesi (mgr.14180) 90 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.625883+0000 mon.smithi137 (mon.0) 452 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.625957+0000 mon.smithi137 (mon.0) 453 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:31.626027+0000 mon.smithi137 (mon.0) 454 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.626160+0000 mon.smithi137 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.626876+0000 mon.smithi137 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.627615+0000 mon.smithi137 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.632322+0000 mon.smithi137 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.632868+0000 mon.smithi137 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.633195+0000 mon.smithi137 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:31.633490+0000 mon.smithi137 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:32.024008+0000 mon.smithi137 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:33.314 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:33.760 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":23,"num_osds":8,"num_up_osds":5,"osd_up_since":1705396772,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":1} 2024-01-16T09:19:33.913 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:31.414041+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:31.414090+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:32.629993+0000 mon.smithi137 (mon.0) 463 : cluster [INF] osd.3 [v2:172.21.15.137:6810/3365761,v1:172.21.15.137:6811/3365761] boot 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:32.630040+0000 mon.smithi137 (mon.0) 464 : cluster [INF] osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192] boot 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:32.630069+0000 mon.smithi137 (mon.0) 465 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:32.630867+0000 mon.smithi137 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:32.631195+0000 mon.smithi137 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:32.631423+0000 mon.smithi137 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:32.631564+0000 mon.smithi137 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:32.631684+0000 mon.smithi137 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.167486+0000 mon.smithi184 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/557296968,v1:172.21.15.184:6825/557296968]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.167957+0000 mon.smithi137 (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.313315+0000 mon.smithi137 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.137:0/74591467' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.631031+0000 mon.smithi137 (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T09:19:33.914 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:33.631079+0000 mon.smithi137 (mon.0) 474 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-16T09:19:33.915 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.631191+0000 mon.smithi137 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:33.915 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.631463+0000 mon.smithi137 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:33.915 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.631642+0000 mon.smithi137 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:33.915 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.632202+0000 mon.smithi184 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/557296968,v1:172.21.15.184:6825/557296968]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:33.915 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:33.632628+0000 mon.smithi137 (mon.0) 478 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:31.414041+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:31.414090+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:32.629993+0000 mon.smithi137 (mon.0) 463 : cluster [INF] osd.3 [v2:172.21.15.137:6810/3365761,v1:172.21.15.137:6811/3365761] boot 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:32.630040+0000 mon.smithi137 (mon.0) 464 : cluster [INF] osd.4 [v2:172.21.15.184:6816/1081643192,v1:172.21.15.184:6817/1081643192] boot 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:32.630069+0000 mon.smithi137 (mon.0) 465 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:32.630867+0000 mon.smithi137 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:32.631195+0000 mon.smithi137 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:32.631423+0000 mon.smithi137 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:33.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:32.631564+0000 mon.smithi137 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:32.631684+0000 mon.smithi137 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.167486+0000 mon.smithi184 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/557296968,v1:172.21.15.184:6825/557296968]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.167957+0000 mon.smithi137 (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.313315+0000 mon.smithi137 (mon.0) 472 : audit [DBG] from='client.? 172.21.15.137:0/74591467' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.631031+0000 mon.smithi137 (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:33.631079+0000 mon.smithi137 (mon.0) 474 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.631191+0000 mon.smithi137 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.631463+0000 mon.smithi137 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.631642+0000 mon.smithi137 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.632202+0000 mon.smithi184 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/557296968,v1:172.21.15.184:6825/557296968]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:33.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:33.632628+0000 mon.smithi137 (mon.0) 478 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-01-16T09:19:34.761 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:34.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:33.497645+0000 mgr.smithi137.dilesi (mgr.14180) 91 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T09:19:34.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:34.575860+0000 mon.smithi137 (mon.0) 479 : audit [INF] from='osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T09:19:34.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:34.632161+0000 mon.smithi137 (mon.0) 480 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-01-16T09:19:34.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:34.632234+0000 mon.smithi137 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T09:19:34.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:34.632286+0000 mon.smithi137 (mon.0) 482 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-16T09:19:34.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:34.632405+0000 mon.smithi137 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:34.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:34.632758+0000 mon.smithi137 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:34.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:34.632922+0000 mon.smithi137 (mon.0) 485 : audit [INF] from='osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:34.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:34.633140+0000 mon.smithi137 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:33.497645+0000 mgr.smithi137.dilesi (mgr.14180) 91 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:34.575860+0000 mon.smithi137 (mon.0) 479 : audit [INF] from='osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:34.632161+0000 mon.smithi137 (mon.0) 480 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:34.632234+0000 mon.smithi137 (mon.0) 481 : audit [INF] from='osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:34.632286+0000 mon.smithi137 (mon.0) 482 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:34.632405+0000 mon.smithi137 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:34.632758+0000 mon.smithi137 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:34.632922+0000 mon.smithi137 (mon.0) 485 : audit [INF] from='osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:35.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:34.633140+0000 mon.smithi137 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:35.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:34.639079+0000 mon.smithi137 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:35.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:35.636295+0000 mon.smithi137 (mon.0) 488 : audit [INF] from='osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-01-16T09:19:35.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:35.636352+0000 mon.smithi137 (mon.0) 489 : cluster [INF] osd.6 [v2:172.21.15.184:6824/557296968,v1:172.21.15.184:6825/557296968] boot 2024-01-16T09:19:35.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:35.636391+0000 mon.smithi137 (mon.0) 490 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-16T09:19:35.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:35.636526+0000 mon.smithi137 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:35.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:35.636825+0000 mon.smithi137 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:35.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:35.637304+0000 mon.smithi137 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:36.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:34.639079+0000 mon.smithi137 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:36.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:35.636295+0000 mon.smithi137 (mon.0) 488 : audit [INF] from='osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-01-16T09:19:36.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:35.636352+0000 mon.smithi137 (mon.0) 489 : cluster [INF] osd.6 [v2:172.21.15.184:6824/557296968,v1:172.21.15.184:6825/557296968] boot 2024-01-16T09:19:36.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:35.636391+0000 mon.smithi137 (mon.0) 490 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-16T09:19:36.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:35.636526+0000 mon.smithi137 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:36.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:35.636825+0000 mon.smithi137 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-16T09:19:36.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:35.637304+0000 mon.smithi137 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:36.549 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:36.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:34.124376+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:36.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:34.124428+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:36.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:35.498123+0000 mgr.smithi137.dilesi (mgr.14180) 92 : cluster [DBG] pgmap v63: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T09:19:36.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:35.639865+0000 mon.smithi137 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:36.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:36.437686+0000 mon.smithi137 (mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:36.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:36.548776+0000 mon.smithi137 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.137:0/64299143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:36.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:36.639426+0000 mon.smithi137 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:36.989 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:34.124376+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:36.989 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:34.124428+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:36.989 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:35.498123+0000 mgr.smithi137.dilesi (mgr.14180) 92 : cluster [DBG] pgmap v63: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-16T09:19:36.989 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:35.639865+0000 mon.smithi137 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:36.989 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:36.437686+0000 mon.smithi137 (mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:36.989 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:36.548776+0000 mon.smithi137 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.137:0/64299143' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:36.990 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:36.639426+0000 mon.smithi137 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:37.007 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":26,"num_osds":8,"num_up_osds":6,"osd_up_since":1705396775,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:37.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:35.622028+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:37.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:35.622105+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:37.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:36.653294+0000 mon.smithi137 (mon.0) 498 : cluster [INF] osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649] boot 2024-01-16T09:19:37.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:36.653325+0000 mon.smithi137 (mon.0) 499 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-16T09:19:37.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:36.653703+0000 mon.smithi137 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:37.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:36.653982+0000 mon.smithi137 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:38.008 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:38.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:35.622028+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:38.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:35.622105+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:38.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:36.653294+0000 mon.smithi137 (mon.0) 498 : cluster [INF] osd.5 [v2:172.21.15.137:6818/3437512649,v1:172.21.15.137:6819/3437512649] boot 2024-01-16T09:19:38.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:36.653325+0000 mon.smithi137 (mon.0) 499 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-16T09:19:38.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:36.653703+0000 mon.smithi137 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-16T09:19:38.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:36.653982+0000 mon.smithi137 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:38.888 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:37.498572+0000 mgr.smithi137.dilesi (mgr.14180) 93 : cluster [DBG] pgmap v66: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:19:38.888 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:37.667253+0000 mon.smithi137 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-16T09:19:38.888 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:37.667376+0000 mon.smithi137 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:38.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:37.498572+0000 mgr.smithi137.dilesi (mgr.14180) 93 : cluster [DBG] pgmap v66: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-16T09:19:38.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:37.667253+0000 mon.smithi137 (mon.0) 502 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-16T09:19:38.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:37.667376+0000 mon.smithi137 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:39.573 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:40.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:38.910343+0000 mon.smithi137 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:40.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:38.912389+0000 mon.smithi137 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:19:40.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:39.572189+0000 mon.smithi137 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.137:0/2158693518' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:40.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:39.638032+0000 mon.smithi137 (mon.0) 507 : audit [INF] from='osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T09:19:40.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:38.910343+0000 mon.smithi137 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:40.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:38.912389+0000 mon.smithi137 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:19:40.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:39.572189+0000 mon.smithi137 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.137:0/2158693518' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:40.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:39.638032+0000 mon.smithi137 (mon.0) 507 : audit [INF] from='osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-16T09:19:40.390 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1705396776,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:41.047 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:39.499001+0000 mgr.smithi137.dilesi (mgr.14180) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:19:41.047 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:39.915057+0000 mon.smithi137 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T09:19:41.047 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:39.915107+0000 mon.smithi137 (mon.0) 509 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-16T09:19:41.047 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:39.915358+0000 mon.smithi137 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:41.047 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:39.915920+0000 mon.smithi137 (mon.0) 511 : audit [INF] from='osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:41.047 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:40.406172+0000 mon.smithi137 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:41.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:39.499001+0000 mgr.smithi137.dilesi (mgr.14180) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:19:41.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:39.915057+0000 mon.smithi137 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-16T09:19:41.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:39.915107+0000 mon.smithi137 (mon.0) 509 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-16T09:19:41.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:39.915358+0000 mon.smithi137 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:41.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:39.915920+0000 mon.smithi137 (mon.0) 511 : audit [INF] from='osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-01-16T09:19:41.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:40.406172+0000 mon.smithi137 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:41.391 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd stat -f json 2024-01-16T09:19:42.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:40.915953+0000 mon.smithi137 (mon.0) 513 : audit [INF] from='osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-01-16T09:19:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:40.916007+0000 mon.smithi137 (mon.0) 514 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-16T09:19:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:40.916447+0000 mon.smithi137 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:40.920529+0000 mon.smithi137 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:41.579726+0000 mon.smithi137 (mon.0) 517 : cluster [INF] osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963] boot 2024-01-16T09:19:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:41.579783+0000 mon.smithi137 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-16T09:19:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:41.580437+0000 mon.smithi137 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:42.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:40.915953+0000 mon.smithi137 (mon.0) 513 : audit [INF] from='osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-01-16T09:19:42.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:40.916007+0000 mon.smithi137 (mon.0) 514 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-16T09:19:42.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:40.916447+0000 mon.smithi137 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:42.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:40.920529+0000 mon.smithi137 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:42.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:41.579726+0000 mon.smithi137 (mon.0) 517 : cluster [INF] osd.7 [v2:172.21.15.137:6826/2330581963,v1:172.21.15.137:6827/2330581963] boot 2024-01-16T09:19:42.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:41.579783+0000 mon.smithi137 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-16T09:19:42.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:41.580437+0000 mon.smithi137 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-16T09:19:43.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:40.650441+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:43.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:40.650486+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:43.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:41.499288+0000 mgr.smithi137.dilesi (mgr.14180) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:19:43.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:42.586507+0000 mon.smithi137 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-16T09:19:43.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:42.887583+0000 mon.smithi137 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:43.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:40.650441+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-16T09:19:43.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:40.650486+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-16T09:19:43.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:41.499288+0000 mgr.smithi137.dilesi (mgr.14180) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-16T09:19:43.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:42.586507+0000 mon.smithi137 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-16T09:19:43.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:42.887583+0000 mon.smithi137 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:43.233 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:43.679 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1705396781,"num_in_osds":8,"osd_in_since":1705396751,"num_remapped_pgs":0} 2024-01-16T09:19:43.679 INFO:tasks.cephadm:Setting up client nodes... 2024-01-16T09:19:43.680 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T09:19:44.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:42.947692+0000 mgr.smithi137.dilesi (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi184 2024-01-16T09:19:44.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:42.953264+0000 mon.smithi137 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:44.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:43.232107+0000 mon.smithi184 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.137:0/1934672928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:44.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:43.241961+0000 mon.smithi137 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:44.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:43.242670+0000 mon.smithi137 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:44.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:43.243255+0000 mon.smithi137 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:44.247 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:43.243767+0000 mon.smithi137 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:44.247 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:43.244177+0000 mgr.smithi137.dilesi (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3990M 2024-01-16T09:19:44.247 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:43.250012+0000 mon.smithi137 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:44.247 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:43.593196+0000 mon.smithi137 (mon.0) 528 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-16T09:19:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:42.947692+0000 mgr.smithi137.dilesi (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi184 2024-01-16T09:19:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:42.953264+0000 mon.smithi137 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:43.232107+0000 mon.smithi184 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.137:0/1934672928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-16T09:19:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:43.241961+0000 mon.smithi137 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:43.242670+0000 mon.smithi137 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:43.243255+0000 mon.smithi137 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:43.243767+0000 mon.smithi137 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:44.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:43.244177+0000 mgr.smithi137.dilesi (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3990M 2024-01-16T09:19:44.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:43.250012+0000 mon.smithi137 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:44.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:43.593196+0000 mon.smithi137 (mon.0) 528 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-16T09:19:45.411 INFO:teuthology.orchestra.run.smithi137.stdout:[client.0] 2024-01-16T09:19:45.411 INFO:teuthology.orchestra.run.smithi137.stdout: key = AQAxSqZlDC9IGBAAflRyvFJ1B5wyQMTiCZRaxA== 2024-01-16T09:19:45.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:43.499650+0000 mgr.smithi137.dilesi (mgr.14180) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:19:45.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:43.499650+0000 mgr.smithi137.dilesi (mgr.14180) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:19:45.790 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:19:45.791 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-16T09:19:45.791 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-16T09:19:45.833 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-16T09:19:46.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:45.407222+0000 mon.smithi137 (mon.0) 529 : audit [INF] from='client.? 172.21.15.137:0/1838397203' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:19:46.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:45.410523+0000 mon.smithi137 (mon.0) 530 : audit [INF] from='client.? 172.21.15.137:0/1838397203' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:19:46.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:45.407222+0000 mon.smithi137 (mon.0) 529 : audit [INF] from='client.? 172.21.15.137:0/1838397203' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:19:46.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:45.410523+0000 mon.smithi137 (mon.0) 530 : audit [INF] from='client.? 172.21.15.137:0/1838397203' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:19:47.304 INFO:teuthology.orchestra.run.smithi184.stdout:[client.1] 2024-01-16T09:19:47.304 INFO:teuthology.orchestra.run.smithi184.stdout: key = AQAzSqZlvfzjERAAxWVdxlgvYq6c1f4NIDWwpg== 2024-01-16T09:19:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:45.499927+0000 mgr.smithi137.dilesi (mgr.14180) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:19:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.331182+0000 mon.smithi137 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.607215+0000 mon.smithi137 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.607856+0000 mon.smithi137 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.608365+0000 mon.smithi137 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.608859+0000 mon.smithi137 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.614828+0000 mon.smithi137 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.616111+0000 mon.smithi137 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.616653+0000 mon.smithi137 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.622359+0000 mon.smithi137 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.625630+0000 mon.smithi137 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.628233+0000 mon.smithi137 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.629206+0000 mon.smithi137 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.629371+0000 mon.smithi137 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:46.629797+0000 mon.smithi137 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:47.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:45.499927+0000 mgr.smithi137.dilesi (mgr.14180) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.331182+0000 mon.smithi137 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.607215+0000 mon.smithi137 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.607856+0000 mon.smithi137 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.608365+0000 mon.smithi137 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.608859+0000 mon.smithi137 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.614828+0000 mon.smithi137 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.616111+0000 mon.smithi137 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.616653+0000 mon.smithi137 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.622359+0000 mon.smithi137 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.625630+0000 mon.smithi137 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.628233+0000 mon.smithi137 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:19:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.629206+0000 mon.smithi137 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-16T09:19:47.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.629371+0000 mon.smithi137 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:47.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:46.629797+0000 mon.smithi137 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:19:47.800 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:19:47.800 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-16T09:19:47.800 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-16T09:19:47.842 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:19:48.123 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:19:48.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:46.324051+0000 mgr.smithi137.dilesi (mgr.14180) 100 : cephadm [INF] Detected new or changed devices on smithi137 2024-01-16T09:19:48.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:19:46.609272+0000 mgr.smithi137.dilesi (mgr.14180) 101 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 3222M 2024-01-16T09:19:48.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:47.299467+0000 mon.smithi184 (mon.1) 20 : audit [INF] from='client.? 172.21.15.184:0/200439754' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:19:48.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:47.300013+0000 mon.smithi137 (mon.0) 545 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:19:48.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:47.303063+0000 mon.smithi137 (mon.0) 546 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:19:48.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:46.324051+0000 mgr.smithi137.dilesi (mgr.14180) 100 : cephadm [INF] Detected new or changed devices on smithi137 2024-01-16T09:19:48.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:19:46.609272+0000 mgr.smithi137.dilesi (mgr.14180) 101 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 3222M 2024-01-16T09:19:48.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:47.299467+0000 mon.smithi184 (mon.1) 20 : audit [INF] from='client.? 172.21.15.184:0/200439754' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:19:48.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:47.300013+0000 mon.smithi137 (mon.0) 545 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-16T09:19:48.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:47.303063+0000 mon.smithi137 (mon.0) 546 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-16T09:19:49.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:47.500469+0000 mgr.smithi137.dilesi (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-01-16T09:19:49.584 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:49.584 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":33,"fsid":"de5857a0-b44f-11ee-95ad-87774f69a715","created":"2024-01-16T09:16:33.028956+0000","modified":"2024-01-16T09:19:43.584552+0000","last_up_change":"2024-01-16T09:19:41.576220+0000","last_in_change":"2024-01-16T09:19:11.229984+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-01-16T09:19:28.899354+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":"7905d493-9fa2-421f-a9ef-299c878fe1ab","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.184:6800","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6801","nonce":1141918692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6803","nonce":1141918692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6807","nonce":1141918692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6805","nonce":1141918692}]},"public_addr":"172.21.15.184:6801/1141918692","cluster_addr":"172.21.15.184:6803/1141918692","heartbeat_back_addr":"172.21.15.184:6807/1141918692","heartbeat_front_addr":"172.21.15.184:6805/1141918692","state":["exists","up"]},{"osd":1,"uuid":"9211cbb9-7caa-4f99-9071-1a6815b1ee6e","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.137:6802","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6803","nonce":2889804090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6805","nonce":2889804090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6809","nonce":2889804090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6807","nonce":2889804090}]},"public_addr":"172.21.15.137:6803/2889804090","cluster_addr":"172.21.15.137:6805/2889804090","heartbeat_back_addr":"172.21.15.137:6809/2889804090","heartbeat_front_addr":"172.21.15.137:6807/2889804090","state":["exists","up"]},{"osd":2,"uuid":"ba346c7f-f777-4954-8696-327bafd212ae","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.184:6808","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6809","nonce":4224440047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6811","nonce":4224440047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6815","nonce":4224440047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6813","nonce":4224440047}]},"public_addr":"172.21.15.184:6809/4224440047","cluster_addr":"172.21.15.184:6811/4224440047","heartbeat_back_addr":"172.21.15.184:6815/4224440047","heartbeat_front_addr":"172.21.15.184:6813/4224440047","state":["exists","up"]},{"osd":3,"uuid":"a75acea0-d119-4af7-9b68-45c1fac6b90c","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.137:6810","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6811","nonce":3365761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6813","nonce":3365761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6816","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6817","nonce":3365761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6815","nonce":3365761}]},"public_addr":"172.21.15.137:6811/3365761","cluster_addr":"172.21.15.137:6813/3365761","heartbeat_back_addr":"172.21.15.137:6817/3365761","heartbeat_front_addr":"172.21.15.137:6815/3365761","state":["exists","up"]},{"osd":4,"uuid":"13a24d1e-e768-494d-98b2-dc65f84e6964","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.184:6816","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6817","nonce":1081643192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6819","nonce":1081643192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6823","nonce":1081643192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6821","nonce":1081643192}]},"public_addr":"172.21.15.184:6817/1081643192","cluster_addr":"172.21.15.184:6819/1081643192","heartbeat_back_addr":"172.21.15.184:6823/1081643192","heartbeat_front_addr":"172.21.15.184:6821/1081643192","state":["exists","up"]},{"osd":5,"uuid":"6992a2d4-153c-49c8-87b4-3b3a9cf9afad","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.137:6818","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6819","nonce":3437512649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6820","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6821","nonce":3437512649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6824","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6825","nonce":3437512649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6822","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6823","nonce":3437512649}]},"public_addr":"172.21.15.137:6819/3437512649","cluster_addr":"172.21.15.137:6821/3437512649","heartbeat_back_addr":"172.21.15.137:6825/3437512649","heartbeat_front_addr":"172.21.15.137:6823/3437512649","state":["exists","up"]},{"osd":6,"uuid":"0fd2c4bd-926e-4322-a143-22d17d3faef1","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.184:6824","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6825","nonce":557296968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6827","nonce":557296968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6831","nonce":557296968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6829","nonce":557296968}]},"public_addr":"172.21.15.184:6825/557296968","cluster_addr":"172.21.15.184:6827/557296968","heartbeat_back_addr":"172.21.15.184:6831/557296968","heartbeat_front_addr":"172.21.15.184:6829/557296968","state":["exists","up"]},{"osd":7,"uuid":"5a4b2ec5-474e-45b4-a1d5-9c67d29c459c","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.137:6826","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6827","nonce":2330581963}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6828","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6829","nonce":2330581963}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6832","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6833","nonce":2330581963}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6830","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6831","nonce":2330581963}]},"public_addr":"172.21.15.137:6827/2330581963","cluster_addr":"172.21.15.137:6829/2330581963","heartbeat_back_addr":"172.21.15.137:6833/2330581963","heartbeat_front_addr":"172.21.15.137:6831/2330581963","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:23.582129+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:26.724900+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:27.029837+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:31.414093+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:30.635070+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:35.622109+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:34.124431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:40.650489+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.137:6801/2365821933":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/552414437":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/3548630404":"2024-01-17T09:17:20.767670+0000","172.21.15.137:6800/2365821933":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/268707643":"2024-01-17T09:17:20.767670+0000","172.21.15.137:6800/1923263243":"2024-01-17T09:17:20.767670+0000","172.21.15.137:0/436995224":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/352538655":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6801/1993340268":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6800/1993340268":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6801/1923263243":"2024-01-17T09:17:20.767670+0000","172.21.15.137:0/1255957362":"2024-01-17T09:16:52.655207+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:19:49.626 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:47.500469+0000 mgr.smithi137.dilesi (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-01-16T09:19:50.123 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-16T09:19:28.899354+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-16T09:19:50.123 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-16T09:19:50.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:49.583121+0000 mon.smithi137 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.137:0/628899877' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:19:50.664 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:49.583121+0000 mon.smithi137 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.137:0/628899877' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:19:50.959 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:19:51.521 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:49.500820+0000 mgr.smithi137.dilesi (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-01-16T09:19:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:49.500820+0000 mgr.smithi137.dilesi (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-01-16T09:19:52.412 INFO:teuthology.orchestra.run.smithi137.stdout:pg_num: 1 2024-01-16T09:19:53.199 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-16T09:19:53.199 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-16T09:19:53.199 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph mgr dump --format=json 2024-01-16T09:19:53.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:51.501136+0000 mgr.smithi137.dilesi (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-01-16T09:19:53.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:52.410831+0000 mon.smithi137 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.137:0/3582348403' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T09:19:53.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:53.002442+0000 mon.smithi137 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:53.537 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:19:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:51.501136+0000 mgr.smithi137.dilesi (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-01-16T09:19:53.753 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:52.410831+0000 mon.smithi137 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.137:0/3582348403' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-16T09:19:53.753 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:53.002442+0000 mon.smithi137 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:54.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:53.501490+0000 mgr.smithi137.dilesi (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-01-16T09:19:54.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:53.501490+0000 mgr.smithi137.dilesi (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-01-16T09:19:54.998 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:55.387 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi137.dilesi","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":292385858},{"type":"v1","addr":"172.21.15.137:6801","nonce":292385858}]},"active_addr":"172.21.15.137:6801/292385858","active_change":"2024-01-16T09:17:57.477410+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi184.dpforh","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.137:8443/","prometheus":"http://172.21.15.137: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.137:0","nonce":532072263}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.137:0","nonce":1051918877}]}]} 2024-01-16T09:19:55.390 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-16T09:19:55.391 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-16T09:19:55.391 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:19:55.656 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:19:55.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:54.495713+0000 mon.smithi137 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:55.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:54.992744+0000 mon.smithi137 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.137:0/2168152827' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T09:19:55.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:54.495713+0000 mon.smithi137 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:19:55.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:54.992744+0000 mon.smithi137 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.137:0/2168152827' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-16T09:19:56.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:55.501822+0000 mgr.smithi137.dilesi (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-01-16T09:19:56.783 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:56.783 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":33,"fsid":"de5857a0-b44f-11ee-95ad-87774f69a715","created":"2024-01-16T09:16:33.028956+0000","modified":"2024-01-16T09:19:43.584552+0000","last_up_change":"2024-01-16T09:19:41.576220+0000","last_in_change":"2024-01-16T09:19:11.229984+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-01-16T09:19:28.899354+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":"7905d493-9fa2-421f-a9ef-299c878fe1ab","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.184:6800","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6801","nonce":1141918692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6803","nonce":1141918692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6807","nonce":1141918692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6805","nonce":1141918692}]},"public_addr":"172.21.15.184:6801/1141918692","cluster_addr":"172.21.15.184:6803/1141918692","heartbeat_back_addr":"172.21.15.184:6807/1141918692","heartbeat_front_addr":"172.21.15.184:6805/1141918692","state":["exists","up"]},{"osd":1,"uuid":"9211cbb9-7caa-4f99-9071-1a6815b1ee6e","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.137:6802","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6803","nonce":2889804090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6805","nonce":2889804090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6809","nonce":2889804090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6807","nonce":2889804090}]},"public_addr":"172.21.15.137:6803/2889804090","cluster_addr":"172.21.15.137:6805/2889804090","heartbeat_back_addr":"172.21.15.137:6809/2889804090","heartbeat_front_addr":"172.21.15.137:6807/2889804090","state":["exists","up"]},{"osd":2,"uuid":"ba346c7f-f777-4954-8696-327bafd212ae","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.184:6808","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6809","nonce":4224440047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6811","nonce":4224440047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6815","nonce":4224440047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6813","nonce":4224440047}]},"public_addr":"172.21.15.184:6809/4224440047","cluster_addr":"172.21.15.184:6811/4224440047","heartbeat_back_addr":"172.21.15.184:6815/4224440047","heartbeat_front_addr":"172.21.15.184:6813/4224440047","state":["exists","up"]},{"osd":3,"uuid":"a75acea0-d119-4af7-9b68-45c1fac6b90c","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.137:6810","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6811","nonce":3365761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6813","nonce":3365761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6816","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6817","nonce":3365761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6815","nonce":3365761}]},"public_addr":"172.21.15.137:6811/3365761","cluster_addr":"172.21.15.137:6813/3365761","heartbeat_back_addr":"172.21.15.137:6817/3365761","heartbeat_front_addr":"172.21.15.137:6815/3365761","state":["exists","up"]},{"osd":4,"uuid":"13a24d1e-e768-494d-98b2-dc65f84e6964","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.184:6816","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6817","nonce":1081643192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6819","nonce":1081643192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6823","nonce":1081643192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6821","nonce":1081643192}]},"public_addr":"172.21.15.184:6817/1081643192","cluster_addr":"172.21.15.184:6819/1081643192","heartbeat_back_addr":"172.21.15.184:6823/1081643192","heartbeat_front_addr":"172.21.15.184:6821/1081643192","state":["exists","up"]},{"osd":5,"uuid":"6992a2d4-153c-49c8-87b4-3b3a9cf9afad","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.137:6818","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6819","nonce":3437512649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6820","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6821","nonce":3437512649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6824","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6825","nonce":3437512649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6822","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6823","nonce":3437512649}]},"public_addr":"172.21.15.137:6819/3437512649","cluster_addr":"172.21.15.137:6821/3437512649","heartbeat_back_addr":"172.21.15.137:6825/3437512649","heartbeat_front_addr":"172.21.15.137:6823/3437512649","state":["exists","up"]},{"osd":6,"uuid":"0fd2c4bd-926e-4322-a143-22d17d3faef1","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.184:6824","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6825","nonce":557296968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6827","nonce":557296968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6831","nonce":557296968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6829","nonce":557296968}]},"public_addr":"172.21.15.184:6825/557296968","cluster_addr":"172.21.15.184:6827/557296968","heartbeat_back_addr":"172.21.15.184:6831/557296968","heartbeat_front_addr":"172.21.15.184:6829/557296968","state":["exists","up"]},{"osd":7,"uuid":"5a4b2ec5-474e-45b4-a1d5-9c67d29c459c","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.137:6826","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6827","nonce":2330581963}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6828","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6829","nonce":2330581963}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6832","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6833","nonce":2330581963}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6830","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6831","nonce":2330581963}]},"public_addr":"172.21.15.137:6827/2330581963","cluster_addr":"172.21.15.137:6829/2330581963","heartbeat_back_addr":"172.21.15.137:6833/2330581963","heartbeat_front_addr":"172.21.15.137:6831/2330581963","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:23.582129+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:26.724900+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:27.029837+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:31.414093+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:30.635070+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:35.622109+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:34.124431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:40.650489+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.137:6801/2365821933":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/552414437":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/3548630404":"2024-01-17T09:17:20.767670+0000","172.21.15.137:6800/2365821933":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/268707643":"2024-01-17T09:17:20.767670+0000","172.21.15.137:6800/1923263243":"2024-01-17T09:17:20.767670+0000","172.21.15.137:0/436995224":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/352538655":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6801/1993340268":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6800/1993340268":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6801/1923263243":"2024-01-17T09:17:20.767670+0000","172.21.15.137:0/1255957362":"2024-01-17T09:16:52.655207+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:19:56.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:55.501822+0000 mgr.smithi137.dilesi (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-01-16T09:19:57.162 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-16T09:19:57.162 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd dump --format=json 2024-01-16T09:19:57.425 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:19:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:56.782425+0000 mon.smithi137 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.137:0/2243347153' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:19:57.829 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:56.782425+0000 mon.smithi137 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.137:0/2243347153' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:19:58.694 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:19:58.695 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":33,"fsid":"de5857a0-b44f-11ee-95ad-87774f69a715","created":"2024-01-16T09:16:33.028956+0000","modified":"2024-01-16T09:19:43.584552+0000","last_up_change":"2024-01-16T09:19:41.576220+0000","last_in_change":"2024-01-16T09:19:11.229984+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-01-16T09:19:28.899354+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":"7905d493-9fa2-421f-a9ef-299c878fe1ab","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.184:6800","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6801","nonce":1141918692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6803","nonce":1141918692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6807","nonce":1141918692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1141918692},{"type":"v1","addr":"172.21.15.184:6805","nonce":1141918692}]},"public_addr":"172.21.15.184:6801/1141918692","cluster_addr":"172.21.15.184:6803/1141918692","heartbeat_back_addr":"172.21.15.184:6807/1141918692","heartbeat_front_addr":"172.21.15.184:6805/1141918692","state":["exists","up"]},{"osd":1,"uuid":"9211cbb9-7caa-4f99-9071-1a6815b1ee6e","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.137:6802","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6803","nonce":2889804090}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6805","nonce":2889804090}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6808","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6809","nonce":2889804090}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":2889804090},{"type":"v1","addr":"172.21.15.137:6807","nonce":2889804090}]},"public_addr":"172.21.15.137:6803/2889804090","cluster_addr":"172.21.15.137:6805/2889804090","heartbeat_back_addr":"172.21.15.137:6809/2889804090","heartbeat_front_addr":"172.21.15.137:6807/2889804090","state":["exists","up"]},{"osd":2,"uuid":"ba346c7f-f777-4954-8696-327bafd212ae","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.184:6808","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6809","nonce":4224440047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6811","nonce":4224440047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6815","nonce":4224440047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":4224440047},{"type":"v1","addr":"172.21.15.184:6813","nonce":4224440047}]},"public_addr":"172.21.15.184:6809/4224440047","cluster_addr":"172.21.15.184:6811/4224440047","heartbeat_back_addr":"172.21.15.184:6815/4224440047","heartbeat_front_addr":"172.21.15.184:6813/4224440047","state":["exists","up"]},{"osd":3,"uuid":"a75acea0-d119-4af7-9b68-45c1fac6b90c","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.137:6810","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6811","nonce":3365761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6813","nonce":3365761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6816","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6817","nonce":3365761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":3365761},{"type":"v1","addr":"172.21.15.137:6815","nonce":3365761}]},"public_addr":"172.21.15.137:6811/3365761","cluster_addr":"172.21.15.137:6813/3365761","heartbeat_back_addr":"172.21.15.137:6817/3365761","heartbeat_front_addr":"172.21.15.137:6815/3365761","state":["exists","up"]},{"osd":4,"uuid":"13a24d1e-e768-494d-98b2-dc65f84e6964","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.184:6816","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6817","nonce":1081643192}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6819","nonce":1081643192}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6823","nonce":1081643192}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":1081643192},{"type":"v1","addr":"172.21.15.184:6821","nonce":1081643192}]},"public_addr":"172.21.15.184:6817/1081643192","cluster_addr":"172.21.15.184:6819/1081643192","heartbeat_back_addr":"172.21.15.184:6823/1081643192","heartbeat_front_addr":"172.21.15.184:6821/1081643192","state":["exists","up"]},{"osd":5,"uuid":"6992a2d4-153c-49c8-87b4-3b3a9cf9afad","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.137:6818","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6819","nonce":3437512649}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6820","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6821","nonce":3437512649}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6824","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6825","nonce":3437512649}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6822","nonce":3437512649},{"type":"v1","addr":"172.21.15.137:6823","nonce":3437512649}]},"public_addr":"172.21.15.137:6819/3437512649","cluster_addr":"172.21.15.137:6821/3437512649","heartbeat_back_addr":"172.21.15.137:6825/3437512649","heartbeat_front_addr":"172.21.15.137:6823/3437512649","state":["exists","up"]},{"osd":6,"uuid":"0fd2c4bd-926e-4322-a143-22d17d3faef1","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.184:6824","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6825","nonce":557296968}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6827","nonce":557296968}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6831","nonce":557296968}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":557296968},{"type":"v1","addr":"172.21.15.184:6829","nonce":557296968}]},"public_addr":"172.21.15.184:6825/557296968","cluster_addr":"172.21.15.184:6827/557296968","heartbeat_back_addr":"172.21.15.184:6831/557296968","heartbeat_front_addr":"172.21.15.184:6829/557296968","state":["exists","up"]},{"osd":7,"uuid":"5a4b2ec5-474e-45b4-a1d5-9c67d29c459c","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.137:6826","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6827","nonce":2330581963}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6828","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6829","nonce":2330581963}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6832","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6833","nonce":2330581963}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6830","nonce":2330581963},{"type":"v1","addr":"172.21.15.137:6831","nonce":2330581963}]},"public_addr":"172.21.15.137:6827/2330581963","cluster_addr":"172.21.15.137:6829/2330581963","heartbeat_back_addr":"172.21.15.137:6833/2330581963","heartbeat_front_addr":"172.21.15.137:6831/2330581963","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:23.582129+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:26.724900+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:27.029837+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:31.414093+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:30.635070+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:35.622109+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:34.124431+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-16T09:19:40.650489+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.137:6801/2365821933":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/552414437":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/3548630404":"2024-01-17T09:17:20.767670+0000","172.21.15.137:6800/2365821933":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/268707643":"2024-01-17T09:17:20.767670+0000","172.21.15.137:6800/1923263243":"2024-01-17T09:17:20.767670+0000","172.21.15.137:0/436995224":"2024-01-17T09:17:57.477304+0000","172.21.15.137:0/352538655":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6801/1993340268":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6800/1993340268":"2024-01-17T09:16:52.655207+0000","172.21.15.137:6801/1923263243":"2024-01-17T09:17:20.767670+0000","172.21.15.137:0/1255957362":"2024-01-17T09:16:52.655207+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-16T09:19:58.906 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:57.502119+0000 mgr.smithi137.dilesi (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-01-16T09:19:58.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:57.502119+0000 mgr.smithi137.dilesi (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-01-16T09:19:59.097 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-16T09:19:59.366 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:19:59.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:19:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:19:58.693519+0000 mon.smithi137 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.137:0/2023096484' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:19:59.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:19:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:19:58.693519+0000 mon.smithi137 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.137:0/2023096484' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-16T09:20:00.719 INFO:teuthology.orchestra.run.smithi137.stdout:68719476746 2024-01-16T09:20:00.719 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-16T09:20:00.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:19:59.502424+0000 mgr.smithi137.dilesi (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-01-16T09:20:00.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:00.000213+0000 mon.smithi137 (mon.0) 554 : cluster [INF] overall HEALTH_OK 2024-01-16T09:20:00.984 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:01.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:19:59.502424+0000 mgr.smithi137.dilesi (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-01-16T09:20:01.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:00.000213+0000 mon.smithi137 (mon.0) 554 : cluster [INF] overall HEALTH_OK 2024-01-16T09:20:02.369 INFO:teuthology.orchestra.run.smithi137.stdout:81604378634 2024-01-16T09:20:02.369 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-16T09:20:02.637 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:02.928 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:01.502703+0000 mgr.smithi137.dilesi (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-01-16T09:20:02.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:01.502703+0000 mgr.smithi137.dilesi (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-01-16T09:20:04.068 INFO:teuthology.orchestra.run.smithi137.stdout:81604378633 2024-01-16T09:20:04.068 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-16T09:20:04.339 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:04.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:03.503010+0000 mgr.smithi137.dilesi (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-01-16T09:20:04.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:03.503010+0000 mgr.smithi137.dilesi (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-01-16T09:20:05.768 INFO:teuthology.orchestra.run.smithi137.stdout:98784247818 2024-01-16T09:20:05.769 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-16T09:20:06.034 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:06.863 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:05.503329+0000 mgr.smithi137.dilesi (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-01-16T09:20:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:05.503329+0000 mgr.smithi137.dilesi (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-01-16T09:20:07.452 INFO:teuthology.orchestra.run.smithi137.stdout:98784247817 2024-01-16T09:20:07.453 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-16T09:20:07.718 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:08.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:07.503670+0000 mgr.smithi137.dilesi (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-01-16T09:20:08.954 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:07.503670+0000 mgr.smithi137.dilesi (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-01-16T09:20:09.167 INFO:teuthology.orchestra.run.smithi137.stdout:115964117002 2024-01-16T09:20:09.168 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-16T09:20:09.433 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:10.826 INFO:teuthology.orchestra.run.smithi137.stdout:111669149705 2024-01-16T09:20:10.827 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-16T09:20:10.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:09.503986+0000 mgr.smithi137.dilesi (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-01-16T09:20:11.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:09.503986+0000 mgr.smithi137.dilesi (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-01-16T09:20:11.093 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:12.659 INFO:teuthology.orchestra.run.smithi137.stdout:133143986184 2024-01-16T09:20:12.660 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-16T09:20:12.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:11.504369+0000 mgr.smithi137.dilesi (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-01-16T09:20:12.924 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:12.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:11.504369+0000 mgr.smithi137.dilesi (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-01-16T09:20:14.141 INFO:teuthology.orchestra.run.smithi137.stdout:68719476749 2024-01-16T09:20:14.567 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2024-01-16T09:20:14.568 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-16T09:20:14.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:13.504597+0000 mgr.smithi137.dilesi (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-01-16T09:20:14.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:14.140248+0000 mon.smithi137 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.137:0/1711427531' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T09:20:14.837 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:14.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:13.504597+0000 mgr.smithi137.dilesi (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-01-16T09:20:14.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:14.140248+0000 mon.smithi137 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.137:0/1711427531' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-16T09:20:16.007 INFO:teuthology.orchestra.run.smithi137.stdout:81604378637 2024-01-16T09:20:16.436 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378637 for osd.1 2024-01-16T09:20:16.436 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-16T09:20:16.703 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:16.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:15.505100+0000 mgr.smithi137.dilesi (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-01-16T09:20:16.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:16.005859+0000 mon.smithi137 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.137:0/857027511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T09:20:16.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:15.505100+0000 mgr.smithi137.dilesi (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-01-16T09:20:16.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:16.005859+0000 mon.smithi137 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.137:0/857027511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-16T09:20:17.889 INFO:teuthology.orchestra.run.smithi137.stdout:81604378636 2024-01-16T09:20:18.351 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378636 for osd.2 2024-01-16T09:20:18.351 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-16T09:20:18.616 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:18.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:17.505424+0000 mgr.smithi137.dilesi (mgr.14180) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:18.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:17.888165+0000 mon.smithi137 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.137:0/3218496362' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T09:20:18.933 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:17.505424+0000 mgr.smithi137.dilesi (mgr.14180) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:18.933 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:17.888165+0000 mon.smithi137 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.137:0/3218496362' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-16T09:20:19.793 INFO:teuthology.orchestra.run.smithi137.stdout:98784247821 2024-01-16T09:20:20.174 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247818 got 98784247821 for osd.3 2024-01-16T09:20:20.174 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-16T09:20:20.442 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:20.919 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:19.505863+0000 mgr.smithi137.dilesi (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:20.919 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:19.791553+0000 mon.smithi137 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.137:0/426571018' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T09:20:20.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:19.505863+0000 mgr.smithi137.dilesi (mgr.14180) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:20.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:19.791553+0000 mon.smithi137 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.137:0/426571018' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-16T09:20:21.589 INFO:teuthology.orchestra.run.smithi137.stdout:98784247820 2024-01-16T09:20:21.922 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:21.588933+0000 mon.smithi137 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.137:0/1396369963' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T09:20:21.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:21.588933+0000 mon.smithi137 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.137:0/1396369963' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-16T09:20:22.026 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247820 for osd.4 2024-01-16T09:20:22.026 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-16T09:20:22.294 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:22.760 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:21.506226+0000 mgr.smithi137.dilesi (mgr.14180) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:22.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:21.506226+0000 mgr.smithi137.dilesi (mgr.14180) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:23.458 INFO:teuthology.orchestra.run.smithi137.stdout:115964117004 2024-01-16T09:20:23.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:23.458179+0000 mon.smithi137 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.137:0/16143639' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T09:20:23.899 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117002 got 115964117004 for osd.5 2024-01-16T09:20:23.899 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-16T09:20:23.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:23.458179+0000 mon.smithi137 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.137:0/16143639' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-16T09:20:24.162 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:24.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:23.506521+0000 mgr.smithi137.dilesi (mgr.14180) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:24.986 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:23.506521+0000 mgr.smithi137.dilesi (mgr.14180) 120 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:25.329 INFO:teuthology.orchestra.run.smithi137.stdout:111669149708 2024-01-16T09:20:25.739 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149705 got 111669149708 for osd.6 2024-01-16T09:20:25.739 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-16T09:20:25.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:25.328915+0000 mon.smithi137 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.137:0/3345461740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T09:20:26.005 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:26.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:25.328915+0000 mon.smithi137 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.137:0/3345461740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-16T09:20:26.827 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:25.506810+0000 mgr.smithi137.dilesi (mgr.14180) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:26.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:25.506810+0000 mgr.smithi137.dilesi (mgr.14180) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:27.181 INFO:teuthology.orchestra.run.smithi137.stdout:133143986186 2024-01-16T09:20:27.607 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986184 got 133143986186 for osd.7 2024-01-16T09:20:27.607 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-16T09:20:27.607 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T09:20:27.876 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:27.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:27.180169+0000 mon.smithi137 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.137:0/2553864067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T09:20:27.982 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:27.180169+0000 mon.smithi137 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.137:0/2553864067' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-16T09:20:28.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:27.507226+0000 mgr.smithi137.dilesi (mgr.14180) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:29.010 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:20:29.011 INFO:teuthology.orchestra.run.smithi137.stderr:dumped all 2024-01-16T09:20:29.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:27.507226+0000 mgr.smithi137.dilesi (mgr.14180) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:29.440 INFO:teuthology.orchestra.run.smithi137.stdout:{"pg_ready":true,"pg_map":{"version":97,"stamp":"2024-01-16T09:20:27.507011+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":2379288,"kb_used_data":2520,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549160,"statfs":{"total":767926730752,"available":765490339840,"internally_reserved":0,"allocated":2580480,"data_stored":997879,"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-01-16T09:19:44.458215+0000","last_change":"2024-01-16T09:19:44.458215+0000","last_active":"2024-01-16T09:19:44.458215+0000","last_peered":"2024-01-16T09:19:44.458215+0000","last_clean":"2024-01-16T09:19:44.458215+0000","last_became_active":"2024-01-16T09:19:44.457793+0000","last_became_peered":"2024-01-16T09:19:44.457793+0000","last_unstale":"2024-01-16T09:19:44.458215+0000","last_undegraded":"2024-01-16T09:19:44.458215+0000","last_fullsized":"2024-01-16T09:19:44.458215+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-01-16T09:19:29.616405+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T09:19:29.616405+0000","last_clean_scrub_stamp":"2024-01-16T09:19:29.616405+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.49399999999999999}]},{"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.32000000000000001}]},{"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.48799999999999999}]},{"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.31}]},{"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.42999999999999999}]},{"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.39500000000000002}]},{"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.45600000000000002}]}]},{"osd":5,"up_from":27,"seq":115964117005,"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.47899999999999998}]},{"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.39900000000000002}]},{"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.42799999999999999}]},{"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.51300000000000001}]},{"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.49299999999999999}]},{"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.436}]},{"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.379}]}]},{"osd":1,"up_from":19,"seq":81604378639,"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.51800000000000002}]},{"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.53200000000000003}]},{"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.33400000000000002}]},{"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.502}]},{"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.41699999999999998}]},{"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.49199999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476752,"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":[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.53600000000000003}]},{"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.34599999999999997}]},{"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.59899999999999998}]},{"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.38600000000000001}]},{"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.502}]},{"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.50900000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]}]},{"osd":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":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":[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.44700000000000001}]},{"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.56399999999999995}]},{"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.54000000000000004}]},{"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.498}]},{"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.58699999999999997}]},{"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.60299999999999998}]},{"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.70699999999999996}]}]},{"osd":3,"up_from":23,"seq":98784247822,"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":124640,"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.48599999999999999}]},{"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.314}]},{"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.45500000000000002}]},{"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.54300000000000004}]},{"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.46600000000000003}]},{"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.52100000000000002}]},{"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.435}]}]},{"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.35399999999999998}]},{"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.38500000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47299999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59399999999999997}]},{"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.56399999999999995}]},{"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.61299999999999999}]},{"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.52600000000000002}]}]},{"osd":6,"up_from":26,"seq":111669149709,"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,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.27700000000000002}]},{"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.504}]},{"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.35499999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34100000000000003}]},{"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.42699999999999999}]},{"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.45200000000000001}]}]}],"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-01-16T09:20:29.441 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph pg dump --format=json 2024-01-16T09:20:29.706 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:29.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:29.007182+0000 mgr.smithi137.dilesi (mgr.14180) 123 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:20:29.967 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:29.007182+0000 mgr.smithi137.dilesi (mgr.14180) 123 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:20:30.825 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:20:30.826 INFO:teuthology.orchestra.run.smithi137.stderr:dumped all 2024-01-16T09:20:30.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:29.507565+0000 mgr.smithi137.dilesi (mgr.14180) 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:31.000 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:29.507565+0000 mgr.smithi137.dilesi (mgr.14180) 124 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:31.197 INFO:teuthology.orchestra.run.smithi137.stdout:{"pg_ready":true,"pg_map":{"version":98,"stamp":"2024-01-16T09:20:29.507422+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":2379288,"kb_used_data":2520,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549160,"statfs":{"total":767926730752,"available":765490339840,"internally_reserved":0,"allocated":2580480,"data_stored":997879,"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-01-16T09:19:44.458215+0000","last_change":"2024-01-16T09:19:44.458215+0000","last_active":"2024-01-16T09:19:44.458215+0000","last_peered":"2024-01-16T09:19:44.458215+0000","last_clean":"2024-01-16T09:19:44.458215+0000","last_became_active":"2024-01-16T09:19:44.457793+0000","last_became_peered":"2024-01-16T09:19:44.457793+0000","last_unstale":"2024-01-16T09:19:44.458215+0000","last_undegraded":"2024-01-16T09:19:44.458215+0000","last_fullsized":"2024-01-16T09:19:44.458215+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-01-16T09:19:29.616405+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-16T09:19:29.616405+0000","last_clean_scrub_stamp":"2024-01-16T09:19:29.616405+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.49399999999999999}]},{"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.32000000000000001}]},{"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.48799999999999999}]},{"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.31}]},{"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.42999999999999999}]},{"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.39500000000000002}]},{"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.45600000000000002}]}]},{"osd":5,"up_from":27,"seq":115964117006,"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.51400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.624}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30399999999999999}]},{"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":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.67800000000000005}]},{"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.439}]}]},{"osd":1,"up_from":19,"seq":81604378639,"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.51800000000000002}]},{"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.53200000000000003}]},{"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.33400000000000002}]},{"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.502}]},{"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.41699999999999998}]},{"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.49199999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476752,"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":[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.53600000000000003}]},{"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.34599999999999997}]},{"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.59899999999999998}]},{"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.38600000000000001}]},{"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.502}]},{"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.50900000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]}]},{"osd":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":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":[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.44700000000000001}]},{"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.56399999999999995}]},{"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.54000000000000004}]},{"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.498}]},{"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.58699999999999997}]},{"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.60299999999999998}]},{"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.70699999999999996}]}]},{"osd":3,"up_from":23,"seq":98784247823,"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":124640,"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.57899999999999996}]},{"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.311}]},{"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.45800000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70399999999999996}]},{"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.35399999999999998}]},{"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.53400000000000003}]},{"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.374}]}]},{"osd":4,"up_from":23,"seq":98784247822,"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.49399999999999999}]},{"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.70899999999999996}]},{"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.56799999999999995}]},{"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.69199999999999995}]},{"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.76300000000000001}]},{"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.68000000000000005}]},{"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.83099999999999996}]}]},{"osd":6,"up_from":26,"seq":111669149709,"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,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.27700000000000002}]},{"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.504}]},{"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.35499999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34100000000000003}]},{"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.42699999999999999}]},{"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.45200000000000001}]}]}],"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-01-16T09:20:31.198 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-16T09:20:31.198 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-16T09:20:31.198 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-16T09:20:31.198 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph health --format=json 2024-01-16T09:20:31.464 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/mon.smithi137/config 2024-01-16T09:20:31.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:30.822107+0000 mgr.smithi137.dilesi (mgr.14180) 125 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:20:31.975 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:30.822107+0000 mgr.smithi137.dilesi (mgr.14180) 125 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:20:32.683 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:20:32.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:31.508089+0000 mgr.smithi137.dilesi (mgr.14180) 126 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:33.012 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:31.508089+0000 mgr.smithi137.dilesi (mgr.14180) 126 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:33.097 INFO:teuthology.orchestra.run.smithi137.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-16T09:20:33.097 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-16T09:20:33.097 INFO:tasks.cephadm:Setup complete, yielding 2024-01-16T09:20:33.097 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:20:33.107 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:20:33.107 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph orch status' 2024-01-16T09:20:33.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:32.682903+0000 mon.smithi137 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.137:0/1038250998' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T09:20:33.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:32.682903+0000 mon.smithi137 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.137:0/1038250998' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-16T09:20:34.496 INFO:teuthology.orchestra.run.smithi137.stdout:Backend: cephadm 2024-01-16T09:20:34.496 INFO:teuthology.orchestra.run.smithi137.stdout:Available: Yes 2024-01-16T09:20:34.497 INFO:teuthology.orchestra.run.smithi137.stdout:Paused: No 2024-01-16T09:20:34.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:33.508359+0000 mgr.smithi137.dilesi (mgr.14180) 127 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:34.880 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-16T09:20:35.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:33.508359+0000 mgr.smithi137.dilesi (mgr.14180) 127 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:35.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:34.495467+0000 mgr.smithi137.dilesi (mgr.14180) 128 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:36.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:34.495467+0000 mgr.smithi137.dilesi (mgr.14180) 128 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:alertmanager.smithi137 smithi137 *:9093,9094 running (113s) 53s ago 3m 16.1M - 0.23.0 ba2b418f427c b84d17143a87 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:crash.smithi137 smithi137 running (2m) 53s ago 2m 7272k - 16.2.14-449-ga70aebef 377ff36742d8 02e810fd1cb8 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:crash.smithi184 smithi184 running (2m) 55s ago 2m 7424k - 16.2.14-449-ga70aebef 377ff36742d8 fe5c4e537a98 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:grafana.smithi137 smithi137 *:3000 running (109s) 53s ago 2m 45.3M - 8.3.5 dad864ee21e9 92763bc63059 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:mgr.smithi137.dilesi smithi137 *:9283 running (3m) 53s ago 3m 443M - 16.2.14-449-ga70aebef 377ff36742d8 88223694973b 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:mgr.smithi184.dpforh smithi184 *:8443,9283 running (2m) 55s ago 2m 392M - 16.2.14-449-ga70aebef 377ff36742d8 ac394ffbcddc 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:mon.smithi137 smithi137 running (3m) 53s ago 4m 72.7M 2048M 16.2.14-449-ga70aebef 377ff36742d8 b694edf3ee83 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:mon.smithi184 smithi184 running (2m) 55s ago 2m 64.3M 2048M 16.2.14-449-ga70aebef 377ff36742d8 b90dd367167b 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:node-exporter.smithi137 smithi137 *:9100 running (2m) 53s ago 2m 23.6M - 1.3.1 1dbe0e931976 c42c539a9a1b 2024-01-16T09:20:36.229 INFO:teuthology.orchestra.run.smithi137.stdout:node-exporter.smithi184 smithi184 *:9100 running (2m) 55s ago 2m 19.4M - 1.3.1 1dbe0e931976 0a12c8188721 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:osd.0 smithi184 running (77s) 55s ago 76s 32.0M 3990M 16.2.14-449-ga70aebef 377ff36742d8 7d436b3a3376 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:osd.1 smithi137 running (73s) 53s ago 73s 33.5M 3222M 16.2.14-449-ga70aebef 377ff36742d8 4a67613af0c2 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:osd.2 smithi184 running (73s) 55s ago 73s 32.1M 3990M 16.2.14-449-ga70aebef 377ff36742d8 a9fff2cb5ccb 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:osd.3 smithi137 running (69s) 53s ago 69s 31.7M 3222M 16.2.14-449-ga70aebef 377ff36742d8 2525f21acd1c 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:osd.4 smithi184 running (70s) 55s ago 69s 31.3M 3990M 16.2.14-449-ga70aebef 377ff36742d8 8ed803ee5236 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:osd.5 smithi137 running (65s) 53s ago 64s 30.7M 3222M 16.2.14-449-ga70aebef 377ff36742d8 6685fe164b73 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:osd.6 smithi184 running (66s) 55s ago 66s 30.1M 3990M 16.2.14-449-ga70aebef 377ff36742d8 8e060fb7b1db 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:osd.7 smithi137 running (60s) 53s ago 59s 15.4M 3222M 16.2.14-449-ga70aebef 377ff36742d8 d0ae7da96895 2024-01-16T09:20:36.230 INFO:teuthology.orchestra.run.smithi137.stdout:prometheus.smithi137 smithi137 *:9095 running (105s) 53s ago 2m 41.1M - 2.33.4 514e6a882f6e cd5f4e1d4d53 2024-01-16T09:20:36.620 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-16T09:20:36.942 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:35.508790+0000 mgr.smithi137.dilesi (mgr.14180) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:36.942 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:36.220172+0000 mgr.smithi137.dilesi (mgr.14180) 130 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:37.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:35.508790+0000 mgr.smithi137.dilesi (mgr.14180) 129 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:37.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:36.220172+0000 mgr.smithi137.dilesi (mgr.14180) 130 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:38.038 INFO:teuthology.orchestra.run.smithi137.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-16T09:20:38.038 INFO:teuthology.orchestra.run.smithi137.stdout:alertmanager ?:9093,9094 1/1 55s ago 3m count:1 2024-01-16T09:20:38.039 INFO:teuthology.orchestra.run.smithi137.stdout:crash 2/2 57s ago 3m * 2024-01-16T09:20:38.039 INFO:teuthology.orchestra.run.smithi137.stdout:grafana ?:3000 1/1 55s ago 3m count:1 2024-01-16T09:20:38.039 INFO:teuthology.orchestra.run.smithi137.stdout:mgr 2/2 57s ago 3m count:2 2024-01-16T09:20:38.039 INFO:teuthology.orchestra.run.smithi137.stdout:mon 2/2 57s ago 2m smithi137:172.21.15.137=smithi137;smithi184:172.21.15.184=smithi184;count:2 2024-01-16T09:20:38.039 INFO:teuthology.orchestra.run.smithi137.stdout:node-exporter ?:9100 2/2 57s ago 3m * 2024-01-16T09:20:38.039 INFO:teuthology.orchestra.run.smithi137.stdout:osd.all-available-devices 8 57s ago 2m * 2024-01-16T09:20:38.039 INFO:teuthology.orchestra.run.smithi137.stdout:prometheus ?:9095 1/1 55s ago 3m count:1 2024-01-16T09:20:38.420 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-16T09:20:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:37.509119+0000 mgr.smithi137.dilesi (mgr.14180) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:38.034071+0000 mgr.smithi137.dilesi (mgr.14180) 132 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:39.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:37.509119+0000 mgr.smithi137.dilesi (mgr.14180) 131 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:39.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:38.034071+0000 mgr.smithi137.dilesi (mgr.14180) 132 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:39.812 INFO:teuthology.orchestra.run.smithi137.stdout:HOST ADDR LABELS STATUS 2024-01-16T09:20:39.812 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 172.21.15.137 2024-01-16T09:20:39.812 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 172.21.15.184 2024-01-16T09:20:39.812 INFO:teuthology.orchestra.run.smithi137.stdout:2 hosts in cluster 2024-01-16T09:20:40.220 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-16T09:20:40.949 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:39.509518+0000 mgr.smithi137.dilesi (mgr.14180) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:40.949 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:39.810493+0000 mgr.smithi137.dilesi (mgr.14180) 134 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:41.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:39.509518+0000 mgr.smithi137.dilesi (mgr.14180) 133 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:41.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:39.810493+0000 mgr.smithi137.dilesi (mgr.14180) 134 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233004A400BGN 372G 55s ago Has a FileSystem, LVM detected 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme1n1 ssd Linux_b0581533f0ac6d085f74 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme2n1 ssd Linux_a141fe779f4f6c9cd59b 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme3n1 ssd Linux_7effdb4c14d1210f017a 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme4n1 ssd Linux_f424ac6dcbb02d53dfe4 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT626500CE400BGN 372G 58s ago Has a FileSystem, LVM detected 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme1n1 ssd Linux_9ad19ae0d81bcda71449 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme2n1 ssd Linux_499407590619481a3b71 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:41.621 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme3n1 ssd Linux_a5f9d19e4238e59ea085 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:41.622 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme4n1 ssd Linux_fe9c84bfe58ed3b05d1e 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:42.117 INFO:teuthology.run_tasks:Running task vip... 2024-01-16T09:20:42.127 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-16T09:20:42.127 INFO:tasks.vip:peername 172.21.15.137 2024-01-16T09:20:42.130 INFO:tasks.vip:172.21.15.137 in 172.21.0.0/20, pos 3976 2024-01-16T09:20:42.134 INFO:tasks.vip:smithi137.front.sepia.ceph.com static 10.0.15.137, vnet 10.0.0.0/16 2024-01-16T09:20:42.135 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-16T09:20:42.135 DEBUG:teuthology.orchestra.run.smithi137:> sudo ip route ls 2024-01-16T09:20:42.169 INFO:teuthology.orchestra.run.smithi137.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-16T09:20:42.169 INFO:teuthology.orchestra.run.smithi137.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.137 metric 100 2024-01-16T09:20:42.170 INFO:tasks.vip:Configuring 10.0.15.137 on smithi137.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T09:20:42.171 DEBUG:teuthology.orchestra.run.smithi137:> sudo ip addr add 10.0.15.137/16 dev enp3s0f1 2024-01-16T09:20:42.240 INFO:tasks.vip:peername 172.21.15.184 2024-01-16T09:20:42.244 INFO:tasks.vip:172.21.15.184 in 172.21.0.0/20, pos 4023 2024-01-16T09:20:42.249 INFO:tasks.vip:smithi184.front.sepia.ceph.com static 10.0.15.184, vnet 10.0.0.0/16 2024-01-16T09:20:42.250 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip route ls 2024-01-16T09:20:42.290 INFO:teuthology.orchestra.run.smithi184.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-16T09:20:42.290 INFO:teuthology.orchestra.run.smithi184.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.184 metric 100 2024-01-16T09:20:42.291 INFO:tasks.vip:Configuring 10.0.15.184 on smithi184.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T09:20:42.292 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr add 10.0.15.184/16 dev enp3s0f1 2024-01-16T09:20:42.365 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:20:42.374 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:20:42.374 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-16T09:20:43.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:41.509816+0000 mgr.smithi137.dilesi (mgr.14180) 135 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:43.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:41.618458+0000 mgr.smithi137.dilesi (mgr.14180) 136 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:43.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:41.509816+0000 mgr.smithi137.dilesi (mgr.14180) 135 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:43.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:41.618458+0000 mgr.smithi137.dilesi (mgr.14180) 136 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:43.758 INFO:teuthology.orchestra.run.smithi137.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-16T09:20:43.758 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233004A400BGN 372G 57s ago Has a FileSystem, LVM detected 2024-01-16T09:20:43.758 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme1n1 ssd Linux_b0581533f0ac6d085f74 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:43.758 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme2n1 ssd Linux_a141fe779f4f6c9cd59b 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:43.759 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme3n1 ssd Linux_7effdb4c14d1210f017a 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:43.759 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137 /dev/nvme4n1 ssd Linux_f424ac6dcbb02d53dfe4 89.4G 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:43.759 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT626500CE400BGN 372G 60s ago Has a FileSystem, LVM detected 2024-01-16T09:20:43.759 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme1n1 ssd Linux_9ad19ae0d81bcda71449 89.4G 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:43.759 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme2n1 ssd Linux_499407590619481a3b71 89.4G 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:43.759 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme3n1 ssd Linux_a5f9d19e4238e59ea085 89.4G 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:43.759 INFO:teuthology.orchestra.run.smithi137.stdout:smithi184 /dev/nvme4n1 ssd Linux_fe9c84bfe58ed3b05d1e 89.4G 60s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-16T09:20:44.167 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-16T09:20:44.177 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:20:44.177 DEBUG:teuthology.orchestra.run.smithi137:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-16T09:20:44.210 INFO:teuthology.orchestra.run.smithi137.stderr:+ systemctl stop nfs-server 2024-01-16T09:20:44.216 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi184.front.sepia.ceph.com 2024-01-16T09:20:44.216 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-16T09:20:44.244 INFO:teuthology.orchestra.run.smithi184.stderr:+ systemctl stop nfs-server 2024-01-16T09:20:44.250 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:20:44.344 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:20:44.345 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-01-16T09:20:45.013 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:43.510141+0000 mgr.smithi137.dilesi (mgr.14180) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:45.013 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:43.755815+0000 mgr.smithi137.dilesi (mgr.14180) 138 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:45.014 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:43.759087+0000 mon.smithi137 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:20:45.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:43.510141+0000 mgr.smithi137.dilesi (mgr.14180) 137 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:45.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:43.755815+0000 mgr.smithi137.dilesi (mgr.14180) 138 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:45.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:43.759087+0000 mon.smithi137 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:20:45.969 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled rgw.foorgw update... 2024-01-16T09:20:46.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:45.166634+0000 mon.smithi137 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:46.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:45.968418+0000 mon.smithi137 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:46.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:45.166634+0000 mon.smithi137 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:46.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:45.968418+0000 mon.smithi137 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:46.538 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.137/16' 2024-01-16T09:20:47.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:45.510472+0000 mgr.smithi137.dilesi (mgr.14180) 139 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:45.964095+0000 mgr.smithi137.dilesi (mgr.14180) 140 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:45.965157+0000 mgr.smithi137.dilesi (mgr.14180) 141 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-16T09:20:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:45.510472+0000 mgr.smithi137.dilesi (mgr.14180) 139 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:45.964095+0000 mgr.smithi137.dilesi (mgr.14180) 140 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:47.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:45.965157+0000 mgr.smithi137.dilesi (mgr.14180) 141 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-16T09:20:48.906 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:47.510745+0000 mgr.smithi137.dilesi (mgr.14180) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:48.906 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:47.687088+0000 mon.smithi137 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:48.906 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:48.196967+0000 mon.smithi137 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:48.907 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:48.315451+0000 mon.smithi137 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-16T09:20:49.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:47.510745+0000 mgr.smithi137.dilesi (mgr.14180) 142 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:49.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:47.687088+0000 mon.smithi137 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:49.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:48.196967+0000 mon.smithi137 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:49.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:48.315451+0000 mon.smithi137 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-16T09:20:50.241 INFO:teuthology.orchestra.run.smithi137.stdout:NFS Cluster Created Successfully 2024-01-16T09:20:50.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:48.314270+0000 mgr.smithi137.dilesi (mgr.14180) 143 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.137/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:50.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:49.199018+0000 mon.smithi137 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-16T09:20:50.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:49.199065+0000 mon.smithi137 (mon.0) 571 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-16T09:20:50.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:49.200025+0000 mon.smithi137 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-16T09:20:50.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:48.314270+0000 mgr.smithi137.dilesi (mgr.14180) 143 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.137/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:20:50.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:49.199018+0000 mon.smithi137 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-16T09:20:50.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:49.199065+0000 mon.smithi137 (mon.0) 571 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-16T09:20:50.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:49.200025+0000 mon.smithi137 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-16T09:20:50.681 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-16T09:20:50.691 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:20:50.691 DEBUG:teuthology.orchestra.run.smithi137:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-01-16T09:20:50.720 INFO:teuthology.orchestra.run.smithi137.stderr:+ dnf install -y python3-boto3 2024-01-16T09:20:51.053 INFO:teuthology.orchestra.run.smithi137.stdout:Updating Subscription Management repositories. 2024-01-16T09:20:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:49.511076+0000 mgr.smithi137.dilesi (mgr.14180) 144 : cluster [DBG] pgmap v109: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:50.206575+0000 mon.smithi137 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-16T09:20:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:50.206781+0000 mon.smithi137 (mon.0) 574 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-16T09:20:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:50.232267+0000 mgr.smithi137.dilesi (mgr.14180) 145 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-16T09:20:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:50.235598+0000 mon.smithi137 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:50.236767+0000 mgr.smithi137.dilesi (mgr.14180) 146 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-16T09:20:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:50.239623+0000 mon.smithi137 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.150329+0000 mon.smithi137 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:51.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:49.511076+0000 mgr.smithi137.dilesi (mgr.14180) 144 : cluster [DBG] pgmap v109: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:51.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:50.206575+0000 mon.smithi137 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-16T09:20:51.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:50.206781+0000 mon.smithi137 (mon.0) 574 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-16T09:20:51.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:50.232267+0000 mgr.smithi137.dilesi (mgr.14180) 145 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-16T09:20:51.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:50.235598+0000 mon.smithi137 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:51.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:50.236767+0000 mgr.smithi137.dilesi (mgr.14180) 146 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-16T09:20:51.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:50.239623+0000 mon.smithi137 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:51.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.150329+0000 mon.smithi137 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:52.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:51.207620+0000 mon.smithi137 (mon.0) 578 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-16T09:20:52.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:51.245883+0000 mon.smithi137 (mon.0) 579 : cluster [DBG] mgrmap e19: smithi137.dilesi(active, since 2m), standbys: smithi184.dpforh 2024-01-16T09:20:52.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.440884+0000 mon.smithi137 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:52.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.441544+0000 mon.smithi137 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:20:52.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.445958+0000 mon.smithi137 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:52.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.449314+0000 mon.smithi137 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:20:52.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.455729+0000 mon.smithi137 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:52.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.456189+0000 mon.smithi137 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi184.fqrszh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:20:52.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.458682+0000 mon.smithi137 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi184.fqrszh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:20:52.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.461745+0000 mon.smithi137 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:52.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:51.462254+0000 mon.smithi137 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:51.207620+0000 mon.smithi137 (mon.0) 578 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:51.245883+0000 mon.smithi137 (mon.0) 579 : cluster [DBG] mgrmap e19: smithi137.dilesi(active, since 2m), standbys: smithi184.dpforh 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.440884+0000 mon.smithi137 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.441544+0000 mon.smithi137 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.445958+0000 mon.smithi137 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.449314+0000 mon.smithi137 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.455729+0000 mon.smithi137 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.456189+0000 mon.smithi137 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi184.fqrszh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:20:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.458682+0000 mon.smithi137 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi184.fqrszh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:20:52.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.461745+0000 mon.smithi137 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:52.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:51.462254+0000 mon.smithi137 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:53.024 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2024-01-16T09:20:53.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:51.453010+0000 mgr.smithi137.dilesi (mgr.14180) 147 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-16T09:20:53.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:51.462719+0000 mgr.smithi137.dilesi (mgr.14180) 148 : cephadm [INF] Deploying daemon rgw.foorgw.smithi184.fqrszh on smithi184 2024-01-16T09:20:53.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:51.511533+0000 mgr.smithi137.dilesi (mgr.14180) 149 : cluster [DBG] pgmap v112: 33 pgs: 6 creating+peering, 7 active+clean, 20 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:53.648 INFO:teuthology.orchestra.run.smithi137.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-01-16T09:20:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:51.453010+0000 mgr.smithi137.dilesi (mgr.14180) 147 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-16T09:20:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:51.462719+0000 mgr.smithi137.dilesi (mgr.14180) 148 : cephadm [INF] Deploying daemon rgw.foorgw.smithi184.fqrszh on smithi184 2024-01-16T09:20:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:51.511533+0000 mgr.smithi137.dilesi (mgr.14180) 149 : cluster [DBG] pgmap v112: 33 pgs: 6 creating+peering, 7 active+clean, 20 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:53.276097+0000 mon.smithi137 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:53.277247+0000 mon.smithi137 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi137.gxtfyx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:53.280541+0000 mon.smithi137 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi137.gxtfyx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:53.286801+0000 mon.smithi137 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:53.287607+0000 mon.smithi137 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:53.288260+0000 mgr.smithi137.dilesi (mgr.14180) 150 : cephadm [INF] Deploying daemon rgw.foorgw.smithi137.gxtfyx on smithi137 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:53.469662+0000 mon.smithi137 (mon.0) 594 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:53.472221+0000 mon.smithi184 (mon.1) 21 : audit [INF] from='client.? 172.21.15.184:0/3113477320' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T09:20:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:53.473609+0000 mon.smithi137 (mon.0) 595 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T09:20:54.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:53.511929+0000 mgr.smithi137.dilesi (mgr.14180) 151 : cluster [DBG] pgmap v114: 65 pgs: 6 creating+peering, 18 active+clean, 41 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:54.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:53.276097+0000 mon.smithi137 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:54.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:53.277247+0000 mon.smithi137 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi137.gxtfyx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:20:54.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:53.280541+0000 mon.smithi137 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi137.gxtfyx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:20:54.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:53.286801+0000 mon.smithi137 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:54.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:53.287607+0000 mon.smithi137 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:54.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:53.288260+0000 mgr.smithi137.dilesi (mgr.14180) 150 : cephadm [INF] Deploying daemon rgw.foorgw.smithi137.gxtfyx on smithi137 2024-01-16T09:20:54.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:53.469662+0000 mon.smithi137 (mon.0) 594 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-16T09:20:54.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:53.472221+0000 mon.smithi184 (mon.1) 21 : audit [INF] from='client.? 172.21.15.184:0/3113477320' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T09:20:54.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:53.473609+0000 mon.smithi137 (mon.0) 595 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-16T09:20:54.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:53.511929+0000 mgr.smithi137.dilesi (mgr.14180) 151 : cluster [DBG] pgmap v114: 65 pgs: 6 creating+peering, 18 active+clean, 41 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:54.472524+0000 mon.smithi137 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:54.472649+0000 mon.smithi137 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.193145+0000 mon.smithi137 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.200928+0000 mon.smithi137 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:55.222838+0000 mgr.smithi137.dilesi (mgr.14180) 152 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi137.fmyvjr 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.223137+0000 mon.smithi137 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi137.fmyvjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.227524+0000 mon.smithi137 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi137.fmyvjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:55.228040+0000 mgr.smithi137.dilesi (mgr.14180) 153 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.228248+0000 mon.smithi137 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.231847+0000 mon.smithi137 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-16T09:20:55.726 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.232724+0000 mon.smithi137 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:55.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.268982+0000 mon.smithi137 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-16T09:20:55.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.272266+0000 mon.smithi137 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-16T09:20:55.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.316050+0000 mon.smithi137 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi137.fmyvjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:20:55.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.320601+0000 mon.smithi137 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi137.fmyvjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:20:55.727 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.324278+0000 mon.smithi137 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:55.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:54.472524+0000 mon.smithi137 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-16T09:20:55.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:54.472649+0000 mon.smithi137 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-16T09:20:55.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.193145+0000 mon.smithi137 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:55.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.200928+0000 mon.smithi137 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:55.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:55.222838+0000 mgr.smithi137.dilesi (mgr.14180) 152 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi137.fmyvjr 2024-01-16T09:20:55.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.223137+0000 mon.smithi137 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi137.fmyvjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-16T09:20:55.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.227524+0000 mon.smithi137 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi137.fmyvjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-16T09:20:55.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:55.228040+0000 mgr.smithi137.dilesi (mgr.14180) 153 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-16T09:20:55.931 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.228248+0000 mon.smithi137 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-16T09:20:55.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.231847+0000 mon.smithi137 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-16T09:20:55.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.232724+0000 mon.smithi137 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:55.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.268982+0000 mon.smithi137 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-16T09:20:55.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.272266+0000 mon.smithi137 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-16T09:20:55.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.316050+0000 mon.smithi137 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi137.fmyvjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-16T09:20:55.932 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.320601+0000 mon.smithi137 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi137.fmyvjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-16T09:20:55.933 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.324278+0000 mon.smithi137 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:20:56.158 INFO:teuthology.orchestra.run.smithi137.stdout:Dependencies resolved. 2024-01-16T09:20:56.159 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-01-16T09:20:56.159 INFO:teuthology.orchestra.run.smithi137.stdout: Package Arch Version Repository Size 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout:Installing: 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout:Installing dependencies: 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction Summary 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout:================================================================================ 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout:Install 4 Packages 2024-01-16T09:20:56.160 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:20:56.161 INFO:teuthology.orchestra.run.smithi137.stdout:Total download size: 4.8 M 2024-01-16T09:20:56.161 INFO:teuthology.orchestra.run.smithi137.stdout:Installed size: 49 M 2024-01-16T09:20:56.161 INFO:teuthology.orchestra.run.smithi137.stdout:Downloading Packages: 2024-01-16T09:20:56.567 INFO:teuthology.orchestra.run.smithi137.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 500 kB/s | 108 kB 00:00 2024-01-16T09:20:56.593 INFO:teuthology.orchestra.run.smithi137.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 631 kB/s | 152 kB 00:00 2024-01-16T09:20:56.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:55.315553+0000 mgr.smithi137.dilesi (mgr.14180) 154 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-16T09:20:56.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:55.315646+0000 mgr.smithi137.dilesi (mgr.14180) 155 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi137.fmyvjr-rgw 2024-01-16T09:20:56.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:55.325138+0000 mgr.smithi137.dilesi (mgr.14180) 156 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi137.fmyvjr on smithi137 2024-01-16T09:20:56.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:55.478776+0000 mon.smithi137 (mon.0) 610 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-16T09:20:56.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.482326+0000 mon.smithi184 (mon.1) 22 : audit [INF] from='client.? 172.21.15.184:0/3113477320' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T09:20:56.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.482342+0000 mon.smithi137 (mon.0) 611 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T09:20:56.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:55.483860+0000 mon.smithi137 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T09:20:56.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:55.512297+0000 mgr.smithi137.dilesi (mgr.14180) 157 : cluster [DBG] pgmap v117: 97 pgs: 10 creating+peering, 37 active+clean, 50 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:56.860 INFO:teuthology.orchestra.run.smithi137.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 153 kB/s | 45 kB 00:00 2024-01-16T09:20:56.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:55.315553+0000 mgr.smithi137.dilesi (mgr.14180) 154 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-16T09:20:56.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:55.315646+0000 mgr.smithi137.dilesi (mgr.14180) 155 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi137.fmyvjr-rgw 2024-01-16T09:20:56.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:55.325138+0000 mgr.smithi137.dilesi (mgr.14180) 156 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi137.fmyvjr on smithi137 2024-01-16T09:20:56.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:55.478776+0000 mon.smithi137 (mon.0) 610 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-16T09:20:56.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.482326+0000 mon.smithi184 (mon.1) 22 : audit [INF] from='client.? 172.21.15.184:0/3113477320' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T09:20:56.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.482342+0000 mon.smithi137 (mon.0) 611 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T09:20:56.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:55.483860+0000 mon.smithi137 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-16T09:20:56.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:55.512297+0000 mgr.smithi137.dilesi (mgr.14180) 157 : cluster [DBG] pgmap v117: 97 pgs: 10 creating+peering, 37 active+clean, 50 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:20:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:56.484600+0000 mon.smithi137 (mon.0) 613 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-16T09:20:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:56.484687+0000 mon.smithi137 (mon.0) 614 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-16T09:20:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:56.484801+0000 mon.smithi137 (mon.0) 615 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-16T09:20:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:57.054326+0000 mon.smithi137 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:57.059410+0000 mon.smithi137 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:20:57.066468+0000 mgr.smithi137.dilesi (mgr.14180) 158 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.hklsee on smithi184 2024-01-16T09:20:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:56.484600+0000 mon.smithi137 (mon.0) 613 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-16T09:20:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:56.484687+0000 mon.smithi137 (mon.0) 614 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-16T09:20:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:56.484801+0000 mon.smithi137 (mon.0) 615 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-16T09:20:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:57.054326+0000 mon.smithi137 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:57.059410+0000 mon.smithi137 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:57.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:20:57.066468+0000 mgr.smithi137.dilesi (mgr.14180) 158 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.hklsee on smithi184 2024-01-16T09:20:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:57.490136+0000 mon.smithi137 (mon.0) 618 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-16T09:20:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:57.491883+0000 mon.smithi184 (mon.1) 23 : audit [INF] from='client.? 172.21.15.184:0/3113477320' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T09:20:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:57.492026+0000 mon.smithi137 (mon.0) 619 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T09:20:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:57.492321+0000 mon.smithi137 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T09:20:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:57.512696+0000 mgr.smithi137.dilesi (mgr.14180) 159 : cluster [DBG] pgmap v120: 129 pgs: 14 creating+peering, 57 active+clean, 58 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 511 B/s wr, 2 op/s 2024-01-16T09:20:58.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:57.667472+0000 mon.smithi137 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:58.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:57.490136+0000 mon.smithi137 (mon.0) 618 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-16T09:20:58.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:57.491883+0000 mon.smithi184 (mon.1) 23 : audit [INF] from='client.? 172.21.15.184:0/3113477320' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T09:20:58.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:57.492026+0000 mon.smithi137 (mon.0) 619 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T09:20:58.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:57.492321+0000 mon.smithi137 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-16T09:20:58.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:57.512696+0000 mgr.smithi137.dilesi (mgr.14180) 159 : cluster [DBG] pgmap v120: 129 pgs: 14 creating+peering, 57 active+clean, 58 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 511 B/s wr, 2 op/s 2024-01-16T09:20:58.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:57.667472+0000 mon.smithi137 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:20:59.345 INFO:teuthology.orchestra.run.smithi137.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 1.5 MB/s | 4.5 MB 00:02 2024-01-16T09:20:59.347 INFO:teuthology.orchestra.run.smithi137.stdout:-------------------------------------------------------------------------------- 2024-01-16T09:20:59.347 INFO:teuthology.orchestra.run.smithi137.stdout:Total 1.5 MB/s | 4.8 MB 00:03 2024-01-16T09:20:59.360 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction check 2024-01-16T09:20:59.368 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction check succeeded. 2024-01-16T09:20:59.369 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction test 2024-01-16T09:20:59.447 INFO:teuthology.orchestra.run.smithi137.stdout:Transaction test succeeded. 2024-01-16T09:20:59.456 INFO:teuthology.orchestra.run.smithi137.stdout:Running transaction 2024-01-16T09:20:59.692 INFO:teuthology.orchestra.run.smithi137.stdout: Preparing : 1/1 2024-01-16T09:20:59.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:58.497036+0000 mon.smithi137 (mon.0) 622 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-16T09:20:59.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:58.497086+0000 mon.smithi137 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-16T09:20:59.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:20:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:58.497186+0000 mon.smithi137 (mon.0) 624 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-16T09:20:59.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:58.497036+0000 mon.smithi137 (mon.0) 622 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-16T09:20:59.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:58.497086+0000 mon.smithi137 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-16T09:20:59.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:20:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:58.497186+0000 mon.smithi137 (mon.0) 624 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-16T09:21:00.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:59.499285+0000 mon.smithi137 (mon.0) 625 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-16T09:21:00.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:59.501210+0000 mon.smithi137 (mon.0) 626 : audit [INF] from='client.? 172.21.15.184:0/2515467608' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T09:21:00.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:59.504760+0000 mon.smithi184 (mon.1) 24 : audit [INF] from='client.? 172.21.15.137:0/43701761' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T09:21:00.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:20:59.505429+0000 mon.smithi137 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T09:21:00.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:20:59.513041+0000 mgr.smithi137.dilesi (mgr.14180) 160 : cluster [DBG] pgmap v123: 161 pgs: 9 creating+peering, 94 active+clean, 58 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.2 KiB/s wr, 10 op/s 2024-01-16T09:21:00.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:59.499285+0000 mon.smithi137 (mon.0) 625 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-16T09:21:00.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:59.501210+0000 mon.smithi137 (mon.0) 626 : audit [INF] from='client.? 172.21.15.184:0/2515467608' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T09:21:00.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:59.504760+0000 mon.smithi184 (mon.1) 24 : audit [INF] from='client.? 172.21.15.137:0/43701761' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T09:21:00.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:20:59.505429+0000 mon.smithi137 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-16T09:21:00.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:20:59.513041+0000 mgr.smithi137.dilesi (mgr.14180) 160 : cluster [DBG] pgmap v123: 161 pgs: 9 creating+peering, 94 active+clean, 58 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.2 KiB/s wr, 10 op/s 2024-01-16T09:21:00.969 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-01-16T09:21:01.313 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-16T09:21:01.597 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-16T09:21:01.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:00.504122+0000 mon.smithi137 (mon.0) 628 : audit [INF] from='client.? 172.21.15.184:0/2515467608' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T09:21:01.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:00.504281+0000 mon.smithi137 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T09:21:01.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:00.504343+0000 mon.smithi137 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-16T09:21:01.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:00.508575+0000 mon.smithi184 (mon.1) 25 : audit [INF] from='client.? 172.21.15.137:0/43701761' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T09:21:01.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:00.512940+0000 mon.smithi137 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T09:21:01.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:00.513445+0000 mon.smithi137 (mon.0) 632 : audit [INF] from='client.? 172.21.15.184:0/2515467608' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T09:21:01.853 INFO:teuthology.orchestra.run.smithi137.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-16T09:21:01.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:00.504122+0000 mon.smithi137 (mon.0) 628 : audit [INF] from='client.? 172.21.15.184:0/2515467608' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T09:21:01.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:00.504281+0000 mon.smithi137 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-16T09:21:01.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:00.504343+0000 mon.smithi137 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-16T09:21:01.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:00.508575+0000 mon.smithi184 (mon.1) 25 : audit [INF] from='client.? 172.21.15.137:0/43701761' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T09:21:01.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:00.512940+0000 mon.smithi137 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T09:21:01.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:00.513445+0000 mon.smithi137 (mon.0) 632 : audit [INF] from='client.? 172.21.15.184:0/2515467608' entity='client.rgw.foorgw.smithi184.fqrszh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T09:21:02.105 INFO:teuthology.orchestra.run.smithi137.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-16T09:21:02.105 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-01-16T09:21:02.105 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-16T09:21:02.106 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-16T09:21:02.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:01.505687+0000 mon.smithi137 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T09:21:02.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:01.505754+0000 mon.smithi137 (mon.0) 634 : audit [INF] from='client.? 172.21.15.184:0/2515467608' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T09:21:02.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:01.505804+0000 mon.smithi137 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-16T09:21:02.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:01.513403+0000 mgr.smithi137.dilesi (mgr.14180) 161 : cluster [DBG] pgmap v126: 161 pgs: 9 creating+peering, 125 active+clean, 27 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 KiB/s wr, 10 op/s 2024-01-16T09:21:02.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:01.505687+0000 mon.smithi137 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T09:21:02.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:01.505754+0000 mon.smithi137 (mon.0) 634 : audit [INF] from='client.? 172.21.15.184:0/2515467608' entity='client.rgw.foorgw.smithi184.fqrszh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T09:21:02.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:01.505804+0000 mon.smithi137 (mon.0) 635 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-16T09:21:02.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:01.513403+0000 mgr.smithi137.dilesi (mgr.14180) 161 : cluster [DBG] pgmap v126: 161 pgs: 9 creating+peering, 125 active+clean, 27 unknown; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 KiB/s wr, 10 op/s 2024-01-16T09:21:04.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:03.513958+0000 mgr.smithi137.dilesi (mgr.14180) 162 : cluster [DBG] pgmap v127: 161 pgs: 4 creating+peering, 148 active+clean, 9 unknown; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 4.0 KiB/s wr, 39 op/s 2024-01-16T09:21:04.929 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:03.513958+0000 mgr.smithi137.dilesi (mgr.14180) 162 : cluster [DBG] pgmap v127: 161 pgs: 4 creating+peering, 148 active+clean, 9 unknown; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 4.0 KiB/s wr, 39 op/s 2024-01-16T09:21:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:05.514478+0000 mgr.smithi137.dilesi (mgr.14180) 163 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 4.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 5.0 KiB/s wr, 164 op/s 2024-01-16T09:21:06.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:05.514478+0000 mgr.smithi137.dilesi (mgr.14180) 163 : cluster [DBG] pgmap v128: 161 pgs: 161 active+clean; 4.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 5.0 KiB/s wr, 164 op/s 2024-01-16T09:21:09.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:07.515149+0000 mgr.smithi137.dilesi (mgr.14180) 164 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s rd, 4.1 KiB/s wr, 173 op/s 2024-01-16T09:21:09.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:07.515149+0000 mgr.smithi137.dilesi (mgr.14180) 164 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s rd, 4.1 KiB/s wr, 173 op/s 2024-01-16T09:21:10.893 INFO:teuthology.orchestra.run.smithi137.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-01-16T09:21:10.893 INFO:teuthology.orchestra.run.smithi137.stdout:Installed products updated. 2024-01-16T09:21:11.025 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:09.515928+0000 mgr.smithi137.dilesi (mgr.14180) 165 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 3.7 KiB/s wr, 154 op/s 2024-01-16T09:21:11.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:09.515928+0000 mgr.smithi137.dilesi (mgr.14180) 165 : cluster [DBG] pgmap v130: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 3.7 KiB/s wr, 154 op/s 2024-01-16T09:21:11.421 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:11.421 INFO:teuthology.orchestra.run.smithi137.stdout:Installed: 2024-01-16T09:21:11.421 INFO:teuthology.orchestra.run.smithi137.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-01-16T09:21:11.421 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-01-16T09:21:11.421 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:11.421 INFO:teuthology.orchestra.run.smithi137.stdout:Complete! 2024-01-16T09:21:11.624 DEBUG:teuthology.orchestra.run.smithi137:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-01-16T09:21:11.692 INFO:teuthology.orchestra.run.smithi137.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-01-16T09:21:11.936 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring fsid de5857a0-b44f-11ee-95ad-87774f69a715 2024-01-16T09:21:11.961 INFO:teuthology.orchestra.run.smithi137.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e 2024-01-16T09:21:13.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:11.516479+0000 mgr.smithi137.dilesi (mgr.14180) 166 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 3.2 KiB/s wr, 138 op/s 2024-01-16T09:21:13.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:12.677090+0000 mon.smithi137 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:21:13.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:11.516479+0000 mgr.smithi137.dilesi (mgr.14180) 166 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 3.2 KiB/s wr, 138 op/s 2024-01-16T09:21:13.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:12.677090+0000 mon.smithi137 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:21:13.716 INFO:teuthology.run_tasks:Running task python... 2024-01-16T09:21:13.748 INFO:tasks.python:Running python on role host.a host ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:21:13.748 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-01-16T09:21:13.748 DEBUG:teuthology.orchestra.run.smithi137:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-01-16T09:21:15.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:13.516958+0000 mgr.smithi137.dilesi (mgr.14180) 167 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 2.7 KiB/s wr, 115 op/s 2024-01-16T09:21:15.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:13.516958+0000 mgr.smithi137.dilesi (mgr.14180) 167 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 2.7 KiB/s wr, 115 op/s 2024-01-16T09:21:16.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:14.783912+0000 mon.smithi137 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-16T09:21:16.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:14.785455+0000 mon.smithi137 (mon.0) 638 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-16T09:21:16.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:14.783912+0000 mon.smithi137 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-16T09:21:16.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:14.785455+0000 mon.smithi137 (mon.0) 638 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-16T09:21:17.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:15.517455+0000 mgr.smithi137.dilesi (mgr.14180) 168 : cluster [DBG] pgmap v134: 193 pgs: 32 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 409 B/s wr, 40 op/s 2024-01-16T09:21:17.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:15.789369+0000 mon.smithi137 (mon.0) 639 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-16T09:21:17.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:15.789650+0000 mon.smithi137 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-16T09:21:17.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:15.792677+0000 mon.smithi137 (mon.0) 641 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T09:21:17.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:15.517455+0000 mgr.smithi137.dilesi (mgr.14180) 168 : cluster [DBG] pgmap v134: 193 pgs: 32 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 409 B/s wr, 40 op/s 2024-01-16T09:21:17.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:15.789369+0000 mon.smithi137 (mon.0) 639 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-16T09:21:17.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:15.789650+0000 mon.smithi137 (mon.0) 640 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-16T09:21:17.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:15.792677+0000 mon.smithi137 (mon.0) 641 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-16T09:21:18.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:16.789665+0000 mon.smithi137 (mon.0) 642 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T09:21:18.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:16.789719+0000 mon.smithi137 (mon.0) 643 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-16T09:21:18.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:16.789665+0000 mon.smithi137 (mon.0) 642 : audit [INF] from='client.? 172.21.15.137:0/2126996931' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-16T09:21:18.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:16.789719+0000 mon.smithi137 (mon.0) 643 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-16T09:21:18.869 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-16T09:21:18.880 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:21:18.880 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-01-16T09:21:19.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:17.518049+0000 mgr.smithi137.dilesi (mgr.14180) 169 : cluster [DBG] pgmap v137: 193 pgs: 5 creating+peering, 19 unknown, 169 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 341 B/s wr, 2 op/s 2024-01-16T09:21:19.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:17.802344+0000 mon.smithi137 (mon.0) 644 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-16T09:21:19.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:17.809657+0000 mon.smithi184 (mon.1) 26 : audit [INF] from='client.? 172.21.15.137:0/43701761' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-16T09:21:19.028 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:17.810747+0000 mon.smithi137 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-16T09:21:19.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:17.518049+0000 mgr.smithi137.dilesi (mgr.14180) 169 : cluster [DBG] pgmap v137: 193 pgs: 5 creating+peering, 19 unknown, 169 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 341 B/s wr, 2 op/s 2024-01-16T09:21:19.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:17.802344+0000 mon.smithi137 (mon.0) 644 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-16T09:21:19.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:17.809657+0000 mon.smithi184 (mon.1) 26 : audit [INF] from='client.? 172.21.15.137:0/43701761' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-16T09:21:19.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:17.810747+0000 mon.smithi137 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-16T09:21:19.816 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:18.806480+0000 mon.smithi137 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-16T09:21:19.817 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:18.806614+0000 mon.smithi137 (mon.0) 647 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-16T09:21:20.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:18.806480+0000 mon.smithi137 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi137.gxtfyx' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-16T09:21:20.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:18.806614+0000 mon.smithi137 (mon.0) 647 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-16T09:21:20.497 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-01-16T09:21:20.497 INFO:teuthology.orchestra.run.smithi137.stdout: "bind": "/foobucket", 2024-01-16T09:21:20.498 INFO:teuthology.orchestra.run.smithi137.stdout: "path": "foobucket", 2024-01-16T09:21:20.498 INFO:teuthology.orchestra.run.smithi137.stdout: "cluster": "foo", 2024-01-16T09:21:20.498 INFO:teuthology.orchestra.run.smithi137.stdout: "mode": "RW", 2024-01-16T09:21:20.498 INFO:teuthology.orchestra.run.smithi137.stdout: "squash": "none" 2024-01-16T09:21:20.498 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-01-16T09:21:20.897 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-16T09:21:20.907 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-16T09:21:20.907 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:21.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:19.518488+0000 mgr.smithi137.dilesi (mgr.14180) 170 : cluster [DBG] pgmap v140: 225 pgs: 14 creating+peering, 28 unknown, 183 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 5 op/s 2024-01-16T09:21:21.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:19.817678+0000 mon.smithi137 (mon.0) 648 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-16T09:21:21.240 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:19.518488+0000 mgr.smithi137.dilesi (mgr.14180) 170 : cluster [DBG] pgmap v140: 225 pgs: 14 creating+peering, 28 unknown, 183 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 5 op/s 2024-01-16T09:21:21.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:19.817678+0000 mon.smithi137 (mon.0) 648 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-16T09:21:21.951 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:20.285905+0000 mgr.smithi137.dilesi (mgr.14180) 171 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:21:22.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:20.285905+0000 mgr.smithi137.dilesi (mgr.14180) 171 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-16T09:21:22.320 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:22.320 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:22.749 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:23.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:21.519087+0000 mgr.smithi137.dilesi (mgr.14180) 172 : cluster [DBG] pgmap v142: 225 pgs: 9 creating+peering, 15 unknown, 201 active+clean; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 1.5 KiB/s wr, 15 op/s 2024-01-16T09:21:23.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:21.519087+0000 mgr.smithi137.dilesi (mgr.14180) 172 : cluster [DBG] pgmap v142: 225 pgs: 9 creating+peering, 15 unknown, 201 active+clean; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 1.5 KiB/s wr, 15 op/s 2024-01-16T09:21:23.750 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:24.099 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:22.315285+0000 mgr.smithi137.dilesi (mgr.14180) 173 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:24.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:22.315285+0000 mgr.smithi137.dilesi (mgr.14180) 173 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:25.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:23.520016+0000 mgr.smithi137.dilesi (mgr.14180) 174 : cluster [DBG] pgmap v143: 225 pgs: 9 creating+peering, 216 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 1.7 KiB/s wr, 21 op/s 2024-01-16T09:21:25.124 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:25.124 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:25.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:23.520016+0000 mgr.smithi137.dilesi (mgr.14180) 174 : cluster [DBG] pgmap v143: 225 pgs: 9 creating+peering, 216 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 1.7 KiB/s wr, 21 op/s 2024-01-16T09:21:25.506 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:26.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:25.120364+0000 mgr.smithi137.dilesi (mgr.14180) 175 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:26.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:25.120364+0000 mgr.smithi137.dilesi (mgr.14180) 175 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:26.507 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:27.158 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:25.520764+0000 mgr.smithi137.dilesi (mgr.14180) 176 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.3 KiB/s wr, 27 op/s 2024-01-16T09:21:27.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:25.520764+0000 mgr.smithi137.dilesi (mgr.14180) 176 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.3 KiB/s wr, 27 op/s 2024-01-16T09:21:27.912 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:27.912 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:28.313 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:29.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:27.521352+0000 mgr.smithi137.dilesi (mgr.14180) 177 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 939 B/s wr, 23 op/s 2024-01-16T09:21:29.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:27.691758+0000 mon.smithi137 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:21:29.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:27.907941+0000 mgr.smithi137.dilesi (mgr.14180) 178 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:29.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:27.521352+0000 mgr.smithi137.dilesi (mgr.14180) 177 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 939 B/s wr, 23 op/s 2024-01-16T09:21:29.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:27.691758+0000 mon.smithi137 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:21:29.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:27.907941+0000 mgr.smithi137.dilesi (mgr.14180) 178 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:29.314 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:30.684 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:30.684 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:31.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:29.521924+0000 mgr.smithi137.dilesi (mgr.14180) 179 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 818 B/s wr, 20 op/s 2024-01-16T09:21:31.072 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:31.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:29.521924+0000 mgr.smithi137.dilesi (mgr.14180) 179 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 818 B/s wr, 20 op/s 2024-01-16T09:21:32.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:30.679935+0000 mgr.smithi137.dilesi (mgr.14180) 180 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:32.072 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:32.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:30.679935+0000 mgr.smithi137.dilesi (mgr.14180) 180 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:33.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:31.522625+0000 mgr.smithi137.dilesi (mgr.14180) 181 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 524 B/s wr, 16 op/s 2024-01-16T09:21:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:31.522625+0000 mgr.smithi137.dilesi (mgr.14180) 181 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 524 B/s wr, 16 op/s 2024-01-16T09:21:33.433 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:33.433 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:34.452 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:35.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:33.428525+0000 mgr.smithi137.dilesi (mgr.14180) 182 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:35.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:33.523221+0000 mgr.smithi137.dilesi (mgr.14180) 183 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 255 B/s wr, 12 op/s 2024-01-16T09:21:35.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:33.428525+0000 mgr.smithi137.dilesi (mgr.14180) 182 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:35.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:33.523221+0000 mgr.smithi137.dilesi (mgr.14180) 183 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 255 B/s wr, 12 op/s 2024-01-16T09:21:35.453 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:36.901 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:36.901 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:37.115 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:35.523902+0000 mgr.smithi137.dilesi (mgr.14180) 184 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 170 B/s wr, 7 op/s 2024-01-16T09:21:37.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:35.523902+0000 mgr.smithi137.dilesi (mgr.14180) 184 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 170 B/s wr, 7 op/s 2024-01-16T09:21:37.312 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:38.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:36.895935+0000 mgr.smithi137.dilesi (mgr.14180) 185 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:38.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:36.895935+0000 mgr.smithi137.dilesi (mgr.14180) 185 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:38.313 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:39.022 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:37.524729+0000 mgr.smithi137.dilesi (mgr.14180) 186 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:39.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:37.524729+0000 mgr.smithi137.dilesi (mgr.14180) 186 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:39.744 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:39.744 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:40.295 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:41.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:39.525361+0000 mgr.smithi137.dilesi (mgr.14180) 187 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:41.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:39.740604+0000 mgr.smithi137.dilesi (mgr.14180) 188 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:41.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:39.525361+0000 mgr.smithi137.dilesi (mgr.14180) 187 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:41.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:39.740604+0000 mgr.smithi137.dilesi (mgr.14180) 188 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:41.297 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:42.716 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:42.716 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:43.009 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:41.525877+0000 mgr.smithi137.dilesi (mgr.14180) 189 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:43.101 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:43.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:41.525877+0000 mgr.smithi137.dilesi (mgr.14180) 189 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:44.103 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:44.136 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:42.712107+0000 mgr.smithi137.dilesi (mgr.14180) 190 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:44.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:42.712107+0000 mgr.smithi137.dilesi (mgr.14180) 190 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:45.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:43.526570+0000 mgr.smithi137.dilesi (mgr.14180) 191 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:45.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:43.526570+0000 mgr.smithi137.dilesi (mgr.14180) 191 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:45.848 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:45.849 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:46.238 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:47.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:45.527283+0000 mgr.smithi137.dilesi (mgr.14180) 192 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:47.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:45.844623+0000 mgr.smithi137.dilesi (mgr.14180) 193 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:47.238 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:47.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:45.527283+0000 mgr.smithi137.dilesi (mgr.14180) 192 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-01-16T09:21:47.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:45.844623+0000 mgr.smithi137.dilesi (mgr.14180) 193 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:48.624 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:48.625 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:48.966 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:47.527874+0000 mgr.smithi137.dilesi (mgr.14180) 194 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:49.008 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:49.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:47.527874+0000 mgr.smithi137.dilesi (mgr.14180) 194 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:50.010 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:50.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:48.620157+0000 mgr.smithi137.dilesi (mgr.14180) 195 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:50.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:48.620157+0000 mgr.smithi137.dilesi (mgr.14180) 195 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:51.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:49.528552+0000 mgr.smithi137.dilesi (mgr.14180) 196 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:51.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:49.528552+0000 mgr.smithi137.dilesi (mgr.14180) 196 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:51.409 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:51.409 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:51.794 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:52.795 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:53.135 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:51.404860+0000 mgr.smithi137.dilesi (mgr.14180) 197 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:53.136 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:51.529343+0000 mgr.smithi137.dilesi (mgr.14180) 198 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:53.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:51.404860+0000 mgr.smithi137.dilesi (mgr.14180) 197 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:53.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:51.529343+0000 mgr.smithi137.dilesi (mgr.14180) 198 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:54.218 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:54.218 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:54.593 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:55.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:53.529939+0000 mgr.smithi137.dilesi (mgr.14180) 199 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:55.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:54.213113+0000 mgr.smithi137.dilesi (mgr.14180) 200 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:55.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:53.529939+0000 mgr.smithi137.dilesi (mgr.14180) 199 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:55.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:54.213113+0000 mgr.smithi137.dilesi (mgr.14180) 200 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:55.594 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:57.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:55.530607+0000 mgr.smithi137.dilesi (mgr.14180) 201 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:21:57.039 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:57.039 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:21:57.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:55.530607+0000 mgr.smithi137.dilesi (mgr.14180) 201 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:21:57.445 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:21:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:57.035197+0000 mgr.smithi137.dilesi (mgr.14180) 202 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:57.509653+0000 mon.smithi137 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]: dispatch 2024-01-16T09:21:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:57.509836+0000 mon.smithi137 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]: dispatch 2024-01-16T09:21:58.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:57.035197+0000 mgr.smithi137.dilesi (mgr.14180) 202 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:21:58.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:57.509653+0000 mon.smithi137 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]: dispatch 2024-01-16T09:21:58.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:57.509836+0000 mon.smithi137 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]: dispatch 2024-01-16T09:21:58.446 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:21:59.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:57.531206+0000 mgr.smithi137.dilesi (mgr.14180) 203 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:59.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:57.840617+0000 mon.smithi137 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]': finished 2024-01-16T09:21:59.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:57.840699+0000 mon.smithi137 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]': finished 2024-01-16T09:21:59.178 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:57.840756+0000 mon.smithi137 (mon.0) 654 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-16T09:21:59.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:57.531206+0000 mgr.smithi137.dilesi (mgr.14180) 203 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:21:59.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:57.840617+0000 mon.smithi137 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.16", "id": [4, 0]}]': finished 2024-01-16T09:21:59.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:57.840699+0000 mon.smithi137 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.d", "id": [5, 3]}]': finished 2024-01-16T09:21:59.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:57.840756+0000 mon.smithi137 (mon.0) 654 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-16T09:21:59.869 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:21:59.869 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:00.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:21:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:58.841907+0000 mon.smithi137 (mon.0) 655 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-16T09:22:00.214 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:21:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:58.841907+0000 mon.smithi137 (mon.0) 655 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-16T09:22:00.283 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:01.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:21:59.531564+0000 mgr.smithi137.dilesi (mgr.14180) 204 : cluster [DBG] pgmap v163: 225 pgs: 2 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-16T09:22:01.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:21:59.864867+0000 mgr.smithi137.dilesi (mgr.14180) 205 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:01.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:21:59.531564+0000 mgr.smithi137.dilesi (mgr.14180) 204 : cluster [DBG] pgmap v163: 225 pgs: 2 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-16T09:22:01.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:21:59.864867+0000 mgr.smithi137.dilesi (mgr.14180) 205 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:01.285 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:02.693 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:02.693 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:02.997 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:01.532097+0000 mgr.smithi137.dilesi (mgr.14180) 206 : cluster [DBG] pgmap v164: 225 pgs: 2 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-16T09:22:03.108 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:03.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:01.532097+0000 mgr.smithi137.dilesi (mgr.14180) 206 : cluster [DBG] pgmap v164: 225 pgs: 2 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-16T09:22:04.109 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:04.142 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:02.688697+0000 mgr.smithi137.dilesi (mgr.14180) 207 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:04.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:02.688697+0000 mgr.smithi137.dilesi (mgr.14180) 207 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:05.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:03.532733+0000 mgr.smithi137.dilesi (mgr.14180) 208 : cluster [DBG] pgmap v165: 225 pgs: 2 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:22:05.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:03.532733+0000 mgr.smithi137.dilesi (mgr.14180) 208 : cluster [DBG] pgmap v165: 225 pgs: 2 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-16T09:22:05.501 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:05.501 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:05.890 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:06.890 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:07.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:05.496965+0000 mgr.smithi137.dilesi (mgr.14180) 209 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:07.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:05.533388+0000 mgr.smithi137.dilesi (mgr.14180) 210 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-16T09:22:07.234 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:05.496965+0000 mgr.smithi137.dilesi (mgr.14180) 209 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:07.234 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:05.533388+0000 mgr.smithi137.dilesi (mgr.14180) 210 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-16T09:22:08.284 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:08.284 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:08.683 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:09.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:07.534039+0000 mgr.smithi137.dilesi (mgr.14180) 211 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2024-01-16T09:22:09.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:08.279892+0000 mgr.smithi137.dilesi (mgr.14180) 212 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:09.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:07.534039+0000 mgr.smithi137.dilesi (mgr.14180) 211 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2024-01-16T09:22:09.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:08.279892+0000 mgr.smithi137.dilesi (mgr.14180) 212 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:09.684 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:11.026 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:11.027 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:11.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:09.534932+0000 mgr.smithi137.dilesi (mgr.14180) 213 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-16T09:22:11.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:09.534932+0000 mgr.smithi137.dilesi (mgr.14180) 213 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-16T09:22:11.463 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:12.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:11.021741+0000 mgr.smithi137.dilesi (mgr.14180) 214 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:12.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:11.021741+0000 mgr.smithi137.dilesi (mgr.14180) 214 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:12.464 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:13.117 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:11.535597+0000 mgr.smithi137.dilesi (mgr.14180) 215 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:13.117 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:12.719925+0000 mon.smithi137 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:22:13.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:11.535597+0000 mgr.smithi137.dilesi (mgr.14180) 215 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:13.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:12.719925+0000 mon.smithi137 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:22:13.833 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:13.833 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:14.231 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:15.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:13.536261+0000 mgr.smithi137.dilesi (mgr.14180) 216 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:15.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:13.828108+0000 mgr.smithi137.dilesi (mgr.14180) 217 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:15.231 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:15.260 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:13.536261+0000 mgr.smithi137.dilesi (mgr.14180) 216 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:15.260 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:13.828108+0000 mgr.smithi137.dilesi (mgr.14180) 217 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:16.681 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:16.682 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:17.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:15.537041+0000 mgr.smithi137.dilesi (mgr.14180) 218 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:17.064 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:17.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:15.537041+0000 mgr.smithi137.dilesi (mgr.14180) 218 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:18.065 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:18.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:16.677574+0000 mgr.smithi137.dilesi (mgr.14180) 219 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:18.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:16.677574+0000 mgr.smithi137.dilesi (mgr.14180) 219 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:19.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:17.537706+0000 mgr.smithi137.dilesi (mgr.14180) 220 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:19.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:17.537706+0000 mgr.smithi137.dilesi (mgr.14180) 220 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:19.488 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:19.488 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:19.871 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:20.871 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:21.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:19.483768+0000 mgr.smithi137.dilesi (mgr.14180) 221 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:21.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:19.538294+0000 mgr.smithi137.dilesi (mgr.14180) 222 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:21.227 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:19.483768+0000 mgr.smithi137.dilesi (mgr.14180) 221 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:21.227 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:19.538294+0000 mgr.smithi137.dilesi (mgr.14180) 222 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:22.254 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:22.310 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:22.628 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:23.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:21.538954+0000 mgr.smithi137.dilesi (mgr.14180) 223 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:23.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:22.249756+0000 mgr.smithi137.dilesi (mgr.14180) 224 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:23.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:21.538954+0000 mgr.smithi137.dilesi (mgr.14180) 223 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:23.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:22.249756+0000 mgr.smithi137.dilesi (mgr.14180) 224 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:23.630 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:25.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:23.539697+0000 mgr.smithi137.dilesi (mgr.14180) 225 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:25.044 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:25.044 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:25.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:23.539697+0000 mgr.smithi137.dilesi (mgr.14180) 225 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:25.447 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:26.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:25.039814+0000 mgr.smithi137.dilesi (mgr.14180) 226 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:26.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:25.039814+0000 mgr.smithi137.dilesi (mgr.14180) 226 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:26.448 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:27.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:25.540390+0000 mgr.smithi137.dilesi (mgr.14180) 227 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:27.198 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:25.540390+0000 mgr.smithi137.dilesi (mgr.14180) 227 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:27.907 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:27.907 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:28.329 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:29.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:27.541070+0000 mgr.smithi137.dilesi (mgr.14180) 228 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:29.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:27.902198+0000 mgr.smithi137.dilesi (mgr.14180) 229 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:29.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:27.541070+0000 mgr.smithi137.dilesi (mgr.14180) 228 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:29.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:27.902198+0000 mgr.smithi137.dilesi (mgr.14180) 229 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:29.330 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:30.747 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:30.747 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:31.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:29.541752+0000 mgr.smithi137.dilesi (mgr.14180) 230 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:31.127 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:31.179 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:29.541752+0000 mgr.smithi137.dilesi (mgr.14180) 230 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:32.129 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:32.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:30.742579+0000 mgr.smithi137.dilesi (mgr.14180) 231 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:32.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:30.742579+0000 mgr.smithi137.dilesi (mgr.14180) 231 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:31.542397+0000 mgr.smithi137.dilesi (mgr.14180) 232 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:33.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:31.542397+0000 mgr.smithi137.dilesi (mgr.14180) 232 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:33.554 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:33.555 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:33.953 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:34.954 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:35.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:33.543024+0000 mgr.smithi137.dilesi (mgr.14180) 233 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:35.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:33.550295+0000 mgr.smithi137.dilesi (mgr.14180) 234 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:35.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:33.543024+0000 mgr.smithi137.dilesi (mgr.14180) 233 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:35.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:33.550295+0000 mgr.smithi137.dilesi (mgr.14180) 234 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:36.329 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:36.329 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:36.710 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:37.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:35.543785+0000 mgr.smithi137.dilesi (mgr.14180) 235 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:37.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:35.543785+0000 mgr.smithi137.dilesi (mgr.14180) 235 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:37.711 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:38.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:36.324681+0000 mgr.smithi137.dilesi (mgr.14180) 236 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:38.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:36.324681+0000 mgr.smithi137.dilesi (mgr.14180) 236 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:39.057 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:39.058 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:39.221 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:37.544551+0000 mgr.smithi137.dilesi (mgr.14180) 237 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:39.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:37.544551+0000 mgr.smithi137.dilesi (mgr.14180) 237 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:39.451 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:40.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:39.052897+0000 mgr.smithi137.dilesi (mgr.14180) 238 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:40.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:39.052897+0000 mgr.smithi137.dilesi (mgr.14180) 238 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:40.452 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:41.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:39.545244+0000 mgr.smithi137.dilesi (mgr.14180) 239 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:41.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:39.545244+0000 mgr.smithi137.dilesi (mgr.14180) 239 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:41.793 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:41.793 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:42.193 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:43.194 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:43.222 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:41.545827+0000 mgr.smithi137.dilesi (mgr.14180) 240 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:43.222 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:41.788745+0000 mgr.smithi137.dilesi (mgr.14180) 241 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:43.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:41.545827+0000 mgr.smithi137.dilesi (mgr.14180) 240 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:43.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:41.788745+0000 mgr.smithi137.dilesi (mgr.14180) 241 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:44.604 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:44.604 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:44.927 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:45.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:43.546534+0000 mgr.smithi137.dilesi (mgr.14180) 242 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:45.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:43.546534+0000 mgr.smithi137.dilesi (mgr.14180) 242 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:45.929 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:46.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:44.599090+0000 mgr.smithi137.dilesi (mgr.14180) 243 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:46.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:44.599090+0000 mgr.smithi137.dilesi (mgr.14180) 243 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:47.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:45.547214+0000 mgr.smithi137.dilesi (mgr.14180) 244 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:45.547214+0000 mgr.smithi137.dilesi (mgr.14180) 244 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:47.426 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:47.426 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:47.824 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:48.825 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:49.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:47.422090+0000 mgr.smithi137.dilesi (mgr.14180) 245 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:49.241 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:47.547849+0000 mgr.smithi137.dilesi (mgr.14180) 246 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:49.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:47.422090+0000 mgr.smithi137.dilesi (mgr.14180) 245 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:49.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:47.547849+0000 mgr.smithi137.dilesi (mgr.14180) 246 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:50.255 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:50.255 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:50.691 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:51.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:49.548596+0000 mgr.smithi137.dilesi (mgr.14180) 247 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:51.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:50.250531+0000 mgr.smithi137.dilesi (mgr.14180) 248 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:51.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:49.548596+0000 mgr.smithi137.dilesi (mgr.14180) 247 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:51.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:50.250531+0000 mgr.smithi137.dilesi (mgr.14180) 248 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:51.692 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:53.141 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:53.141 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:53.165 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:51.549486+0000 mgr.smithi137.dilesi (mgr.14180) 249 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:53.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:51.549486+0000 mgr.smithi137.dilesi (mgr.14180) 249 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:53.541 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:54.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:53.137146+0000 mgr.smithi137.dilesi (mgr.14180) 250 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:54.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:53.137146+0000 mgr.smithi137.dilesi (mgr.14180) 250 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:54.542 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:55.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:53.550360+0000 mgr.smithi137.dilesi (mgr.14180) 251 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:55.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:53.550360+0000 mgr.smithi137.dilesi (mgr.14180) 251 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:55.885 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:55.885 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:56.275 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:57.276 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:22:57.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:55.551042+0000 mgr.smithi137.dilesi (mgr.14180) 252 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:57.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:55.880833+0000 mgr.smithi137.dilesi (mgr.14180) 253 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:57.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:55.551042+0000 mgr.smithi137.dilesi (mgr.14180) 252 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:22:57.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:55.880833+0000 mgr.smithi137.dilesi (mgr.14180) 253 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:22:58.629 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:22:58.629 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:22:59.014 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:22:59.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:57.551881+0000 mgr.smithi137.dilesi (mgr.14180) 254 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:22:59.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:57.551881+0000 mgr.smithi137.dilesi (mgr.14180) 254 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:00.016 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:00.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:22:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:22:58.624160+0000 mgr.smithi137.dilesi (mgr.14180) 255 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:00.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:22:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:22:58.624160+0000 mgr.smithi137.dilesi (mgr.14180) 255 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:01.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:22:59.552768+0000 mgr.smithi137.dilesi (mgr.14180) 256 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:01.354 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:01.354 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:01.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:22:59.552768+0000 mgr.smithi137.dilesi (mgr.14180) 256 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:01.740 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:02.741 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:03.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:01.350105+0000 mgr.smithi137.dilesi (mgr.14180) 257 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:03.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:01.553319+0000 mgr.smithi137.dilesi (mgr.14180) 258 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:03.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:01.350105+0000 mgr.smithi137.dilesi (mgr.14180) 257 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:03.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:01.553319+0000 mgr.smithi137.dilesi (mgr.14180) 258 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:04.076 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:04.076 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:04.457 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:05.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:03.553917+0000 mgr.smithi137.dilesi (mgr.14180) 259 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:05.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:04.071188+0000 mgr.smithi137.dilesi (mgr.14180) 260 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:05.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:03.553917+0000 mgr.smithi137.dilesi (mgr.14180) 259 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:05.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:04.071188+0000 mgr.smithi137.dilesi (mgr.14180) 260 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:05.458 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:06.815 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:06.815 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:07.119 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:05.554635+0000 mgr.smithi137.dilesi (mgr.14180) 261 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:07.231 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:07.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:05.554635+0000 mgr.smithi137.dilesi (mgr.14180) 261 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:08.233 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:08.268 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:06.810674+0000 mgr.smithi137.dilesi (mgr.14180) 262 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:08.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:06.810674+0000 mgr.smithi137.dilesi (mgr.14180) 262 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:09.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:07.555219+0000 mgr.smithi137.dilesi (mgr.14180) 263 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:09.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:07.555219+0000 mgr.smithi137.dilesi (mgr.14180) 263 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:09.699 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:09.699 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:10.105 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:11.107 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:11.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:09.555868+0000 mgr.smithi137.dilesi (mgr.14180) 264 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:11.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:09.694846+0000 mgr.smithi137.dilesi (mgr.14180) 265 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:09.555868+0000 mgr.smithi137.dilesi (mgr.14180) 264 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:09.694846+0000 mgr.smithi137.dilesi (mgr.14180) 265 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:12.440 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:12.440 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:12.845 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:13.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:11.556385+0000 mgr.smithi137.dilesi (mgr.14180) 266 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:13.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:11.556385+0000 mgr.smithi137.dilesi (mgr.14180) 266 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:13.847 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:14.172 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:12.435645+0000 mgr.smithi137.dilesi (mgr.14180) 267 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:14.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:12.435645+0000 mgr.smithi137.dilesi (mgr.14180) 267 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:15.181 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:15.181 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:15.203 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:13.557125+0000 mgr.smithi137.dilesi (mgr.14180) 268 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:15.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:13.557125+0000 mgr.smithi137.dilesi (mgr.14180) 268 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:15.570 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:16.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:15.176480+0000 mgr.smithi137.dilesi (mgr.14180) 269 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:16.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:15.176480+0000 mgr.smithi137.dilesi (mgr.14180) 269 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:16.570 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:17.198 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:15.557823+0000 mgr.smithi137.dilesi (mgr.14180) 270 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:17.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:15.557823+0000 mgr.smithi137.dilesi (mgr.14180) 270 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:17.996 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:17.997 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:18.347 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:19.348 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:19.380 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:17.558493+0000 mgr.smithi137.dilesi (mgr.14180) 271 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:19.380 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:17.991724+0000 mgr.smithi137.dilesi (mgr.14180) 272 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:19.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:17.558493+0000 mgr.smithi137.dilesi (mgr.14180) 271 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:19.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:17.991724+0000 mgr.smithi137.dilesi (mgr.14180) 272 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:20.767 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:20.767 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:21.084 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:19.559117+0000 mgr.smithi137.dilesi (mgr.14180) 273 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:21.153 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:21.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:19.559117+0000 mgr.smithi137.dilesi (mgr.14180) 273 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:22.154 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:22.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:20.762179+0000 mgr.smithi137.dilesi (mgr.14180) 274 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:22.495 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:20.762179+0000 mgr.smithi137.dilesi (mgr.14180) 274 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:23.231 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:21.559870+0000 mgr.smithi137.dilesi (mgr.14180) 275 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:23:23.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:21.559870+0000 mgr.smithi137.dilesi (mgr.14180) 275 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:23:23.598 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:23.653 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:23.994 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:24.995 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:25.372 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:23.560480+0000 mgr.smithi137.dilesi (mgr.14180) 276 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:23:25.372 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:23.593771+0000 mgr.smithi137.dilesi (mgr.14180) 277 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:25.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:23.560480+0000 mgr.smithi137.dilesi (mgr.14180) 276 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:23:25.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:23.593771+0000 mgr.smithi137.dilesi (mgr.14180) 277 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:26.456 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:26.456 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z 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.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:26.862 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:27.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:25.561164+0000 mgr.smithi137.dilesi (mgr.14180) 278 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-16T09:23:27.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:26.605292+0000 mon.smithi137 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.hklsee"}]: dispatch 2024-01-16T09:23:27.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:25.561164+0000 mgr.smithi137.dilesi (mgr.14180) 278 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-16T09:23:27.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:26.605292+0000 mon.smithi137 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.hklsee"}]: dispatch 2024-01-16T09:23:27.863 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:28.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:26.451918+0000 mgr.smithi137.dilesi (mgr.14180) 279 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:28.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:23:26.604780+0000 mgr.smithi137.dilesi (mgr.14180) 280 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.hklsee ... 2024-01-16T09:23:28.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.188 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:21:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:22:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:22:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Traceback (most recent call last): 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: yield (conn, connr) 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: code, '\n'.join(err))) 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.hklsee ... 2024-01-16T09:23:28.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:21:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:22:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:22:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:23:26.604959+0000 mgr.smithi137.dilesi (mgr.14180) 281 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:23:26.605867+0000 mgr.smithi137.dilesi (mgr.14180) 282 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.hklsee ... 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:23:28.190 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:21:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:22:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:22:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:23:28.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.191 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:23:26.607409+0000 mgr.smithi137.dilesi (mgr.14180) 283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi137.praejt on smithi137 2024-01-16T09:23:28.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:26.451918+0000 mgr.smithi137.dilesi (mgr.14180) 279 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:28.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:23:26.604780+0000 mgr.smithi137.dilesi (mgr.14180) 280 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.hklsee ... 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:21:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:22:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:22:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Traceback (most recent call last): 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:23:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: yield (conn, connr) 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: code, '\n'.join(err))) 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.hklsee ... 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:21:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:22:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:22:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:23:26.604959+0000 mgr.smithi137.dilesi (mgr.14180) 281 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:23:26.605867+0000 mgr.smithi137.dilesi (mgr.14180) 282 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.hklsee ... 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:21:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:22:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:22:49Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:23:28.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:23:26.607409+0000 mgr.smithi137.dilesi (mgr.14180) 283 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi137.praejt on smithi137 2024-01-16T09:23:29.213 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:29.213 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:29.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:27.561951+0000 mgr.smithi137.dilesi (mgr.14180) 284 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:23:29.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:27.561951+0000 mgr.smithi137.dilesi (mgr.14180) 284 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:23:29.643 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:30.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:29.209146+0000 mgr.smithi137.dilesi (mgr.14180) 285 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:30.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:29.209146+0000 mgr.smithi137.dilesi (mgr.14180) 285 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:30.644 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:31.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:29.562787+0000 mgr.smithi137.dilesi (mgr.14180) 286 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:23:31.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:29.562787+0000 mgr.smithi137.dilesi (mgr.14180) 286 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:23:31.923 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:31.923 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:32.351 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:33.352 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:33.385 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:31.563343+0000 mgr.smithi137.dilesi (mgr.14180) 287 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:23:33.385 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:31.918734+0000 mgr.smithi137.dilesi (mgr.14180) 288 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:33.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:31.563343+0000 mgr.smithi137.dilesi (mgr.14180) 287 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-16T09:23:33.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:31.918734+0000 mgr.smithi137.dilesi (mgr.14180) 288 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:34.718 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:34.719 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:35.134 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:35.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:33.564067+0000 mgr.smithi137.dilesi (mgr.14180) 289 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:35.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:33.564067+0000 mgr.smithi137.dilesi (mgr.14180) 289 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:36.135 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:34.714010+0000 mgr.smithi137.dilesi (mgr.14180) 290 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:36.476 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:34.714010+0000 mgr.smithi137.dilesi (mgr.14180) 290 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:37.205 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:35.564745+0000 mgr.smithi137.dilesi (mgr.14180) 291 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:23:37.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:35.564745+0000 mgr.smithi137.dilesi (mgr.14180) 291 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:23:37.585 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:37.585 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:37.943 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:38.944 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:39.268 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:37.565327+0000 mgr.smithi137.dilesi (mgr.14180) 292 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:39.268 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:37.580750+0000 mgr.smithi137.dilesi (mgr.14180) 293 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:39.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:37.565327+0000 mgr.smithi137.dilesi (mgr.14180) 292 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:39.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:37.580750+0000 mgr.smithi137.dilesi (mgr.14180) 293 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:40.292 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:40.292 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:40.730 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:41.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:39.566098+0000 mgr.smithi137.dilesi (mgr.14180) 294 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:41.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:40.287562+0000 mgr.smithi137.dilesi (mgr.14180) 295 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:41.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:39.566098+0000 mgr.smithi137.dilesi (mgr.14180) 294 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:41.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:40.287562+0000 mgr.smithi137.dilesi (mgr.14180) 295 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:41.731 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:43.087 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:43.087 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:43.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:41.566912+0000 mgr.smithi137.dilesi (mgr.14180) 296 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:43.489 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:41.566912+0000 mgr.smithi137.dilesi (mgr.14180) 296 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:43.549 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:43.081554+0000 mgr.smithi137.dilesi (mgr.14180) 297 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:44.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:43.081554+0000 mgr.smithi137.dilesi (mgr.14180) 297 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:44.550 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:45.168 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:43.567585+0000 mgr.smithi137.dilesi (mgr.14180) 298 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:45.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:43.567585+0000 mgr.smithi137.dilesi (mgr.14180) 298 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:45.901 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:45.901 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:46.291 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:47.292 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:45.568216+0000 mgr.smithi137.dilesi (mgr.14180) 299 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:47.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:45.896541+0000 mgr.smithi137.dilesi (mgr.14180) 300 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:47.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:45.568216+0000 mgr.smithi137.dilesi (mgr.14180) 299 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:47.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:45.896541+0000 mgr.smithi137.dilesi (mgr.14180) 300 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:48.729 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:48.729 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:49.098 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:49.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:47.568885+0000 mgr.smithi137.dilesi (mgr.14180) 301 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:49.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:47.568885+0000 mgr.smithi137.dilesi (mgr.14180) 301 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:50.100 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:50.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:48.725094+0000 mgr.smithi137.dilesi (mgr.14180) 302 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:50.442 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:48.725094+0000 mgr.smithi137.dilesi (mgr.14180) 302 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:51.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:49.569467+0000 mgr.smithi137.dilesi (mgr.14180) 303 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:51.508 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:51.508 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:49.569467+0000 mgr.smithi137.dilesi (mgr.14180) 303 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:51.889 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:52.890 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:53.259 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:51.504381+0000 mgr.smithi137.dilesi (mgr.14180) 304 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:53.259 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:51.570062+0000 mgr.smithi137.dilesi (mgr.14180) 305 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:53.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:51.504381+0000 mgr.smithi137.dilesi (mgr.14180) 304 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:53.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:51.570062+0000 mgr.smithi137.dilesi (mgr.14180) 305 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:54.332 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:54.332 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:54.714 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:55.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:53.570723+0000 mgr.smithi137.dilesi (mgr.14180) 306 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:55.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:53.570723+0000 mgr.smithi137.dilesi (mgr.14180) 306 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:55.715 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:56.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:54.327722+0000 mgr.smithi137.dilesi (mgr.14180) 307 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:56.458 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:54.327722+0000 mgr.smithi137.dilesi (mgr.14180) 307 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:57.165 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:57.165 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:23:57.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:55.571526+0000 mgr.smithi137.dilesi (mgr.14180) 308 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:57.374 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:55.571526+0000 mgr.smithi137.dilesi (mgr.14180) 308 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:23:57.589 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:23:58.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:57.160016+0000 mgr.smithi137.dilesi (mgr.14180) 309 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:58.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:57.160016+0000 mgr.smithi137.dilesi (mgr.14180) 309 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:23:58.590 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:23:59.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:23:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:57.572253+0000 mgr.smithi137.dilesi (mgr.14180) 310 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:59.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:23:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:57.572253+0000 mgr.smithi137.dilesi (mgr.14180) 310 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:23:59.979 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:23:59.979 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:00.396 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:01.397 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:01.431 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:23:59.572884+0000 mgr.smithi137.dilesi (mgr.14180) 311 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:01.432 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:23:59.974848+0000 mgr.smithi137.dilesi (mgr.14180) 312 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:23:59.572884+0000 mgr.smithi137.dilesi (mgr.14180) 311 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:23:59.974848+0000 mgr.smithi137.dilesi (mgr.14180) 312 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:02.801 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:02.801 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:03.196 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:03.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:01.573483+0000 mgr.smithi137.dilesi (mgr.14180) 313 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:03.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:01.573483+0000 mgr.smithi137.dilesi (mgr.14180) 313 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:04.197 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:04.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:02.796833+0000 mgr.smithi137.dilesi (mgr.14180) 314 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:04.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:02.796833+0000 mgr.smithi137.dilesi (mgr.14180) 314 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:05.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:03.574070+0000 mgr.smithi137.dilesi (mgr.14180) 315 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-16T09:24:05.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:03.574070+0000 mgr.smithi137.dilesi (mgr.14180) 315 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-16T09:24:05.557 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:05.557 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:05.945 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:06.946 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:07.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:05.552381+0000 mgr.smithi137.dilesi (mgr.14180) 316 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:07.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:05.574718+0000 mgr.smithi137.dilesi (mgr.14180) 317 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:07.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:05.552381+0000 mgr.smithi137.dilesi (mgr.14180) 316 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:07.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:05.574718+0000 mgr.smithi137.dilesi (mgr.14180) 317 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:08.325 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:08.325 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:08.712 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:09.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:07.575246+0000 mgr.smithi137.dilesi (mgr.14180) 318 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:09.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:07.575246+0000 mgr.smithi137.dilesi (mgr.14180) 318 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:09.713 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:10.348 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:08.320320+0000 mgr.smithi137.dilesi (mgr.14180) 319 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:10.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:08.320320+0000 mgr.smithi137.dilesi (mgr.14180) 319 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:11.063 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:11.063 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:11.409 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:09.575953+0000 mgr.smithi137.dilesi (mgr.14180) 320 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:09.575953+0000 mgr.smithi137.dilesi (mgr.14180) 320 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:11.444 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:12.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:11.059045+0000 mgr.smithi137.dilesi (mgr.14180) 321 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:12.446 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:12.477 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:11.059045+0000 mgr.smithi137.dilesi (mgr.14180) 321 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:13.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:11.576644+0000 mgr.smithi137.dilesi (mgr.14180) 322 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:13.439 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:11.576644+0000 mgr.smithi137.dilesi (mgr.14180) 322 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:13.806 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:13.807 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:14.248 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:15.249 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:15.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:13.577234+0000 mgr.smithi137.dilesi (mgr.14180) 323 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:15.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:13.802263+0000 mgr.smithi137.dilesi (mgr.14180) 324 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:15.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:13.577234+0000 mgr.smithi137.dilesi (mgr.14180) 323 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-16T09:24:15.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:13.802263+0000 mgr.smithi137.dilesi (mgr.14180) 324 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:16.620 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:16.620 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:17.012 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:17.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:15.577891+0000 mgr.smithi137.dilesi (mgr.14180) 325 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 0 op/s 2024-01-16T09:24:17.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:15.577891+0000 mgr.smithi137.dilesi (mgr.14180) 325 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 85 B/s wr, 0 op/s 2024-01-16T09:24:18.013 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:18.361 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:16.615646+0000 mgr.smithi137.dilesi (mgr.14180) 326 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:18.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:16.615646+0000 mgr.smithi137.dilesi (mgr.14180) 326 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:19.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:17.578604+0000 mgr.smithi137.dilesi (mgr.14180) 327 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:24:19.467 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:19.468 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:19.489 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:17.578604+0000 mgr.smithi137.dilesi (mgr.14180) 327 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:24:19.890 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:20.891 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:21.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:19.463318+0000 mgr.smithi137.dilesi (mgr.14180) 328 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:21.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:19.579177+0000 mgr.smithi137.dilesi (mgr.14180) 329 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:21.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:19.463318+0000 mgr.smithi137.dilesi (mgr.14180) 328 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:21.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:19.579177+0000 mgr.smithi137.dilesi (mgr.14180) 329 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:22.287 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:22.287 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:22.708 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:23.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:21.579881+0000 mgr.smithi137.dilesi (mgr.14180) 330 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:23.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:22.282950+0000 mgr.smithi137.dilesi (mgr.14180) 331 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:23.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:21.579881+0000 mgr.smithi137.dilesi (mgr.14180) 330 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:23.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:22.282950+0000 mgr.smithi137.dilesi (mgr.14180) 331 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:23.709 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:25.133 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:25.133 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:25.484 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:23.580739+0000 mgr.smithi137.dilesi (mgr.14180) 332 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:25.517 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:25.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:23.580739+0000 mgr.smithi137.dilesi (mgr.14180) 332 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:26.518 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:26.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:25.127989+0000 mgr.smithi137.dilesi (mgr.14180) 333 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:26.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:25.127989+0000 mgr.smithi137.dilesi (mgr.14180) 333 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:27.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:25.581400+0000 mgr.smithi137.dilesi (mgr.14180) 334 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:24:27.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:25.581400+0000 mgr.smithi137.dilesi (mgr.14180) 334 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:24:27.932 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:27.932 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:28.325 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:29.326 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:29.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:27.581972+0000 mgr.smithi137.dilesi (mgr.14180) 335 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:29.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:27.927275+0000 mgr.smithi137.dilesi (mgr.14180) 336 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:29.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:27.581972+0000 mgr.smithi137.dilesi (mgr.14180) 335 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:29.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:27.927275+0000 mgr.smithi137.dilesi (mgr.14180) 336 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:30.679 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:30.679 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:31.065 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:31.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:29.582645+0000 mgr.smithi137.dilesi (mgr.14180) 337 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:31.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:29.582645+0000 mgr.smithi137.dilesi (mgr.14180) 337 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:32.067 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:32.401 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:30.673607+0000 mgr.smithi137.dilesi (mgr.14180) 338 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:32.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:30.673607+0000 mgr.smithi137.dilesi (mgr.14180) 338 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:33.469 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:33.469 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:33.491 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:31.583186+0000 mgr.smithi137.dilesi (mgr.14180) 339 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:33.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:31.583186+0000 mgr.smithi137.dilesi (mgr.14180) 339 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:33.850 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:34.851 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:35.510 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:33.464990+0000 mgr.smithi137.dilesi (mgr.14180) 340 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:35.510 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:33.583834+0000 mgr.smithi137.dilesi (mgr.14180) 341 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:35.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:33.464990+0000 mgr.smithi137.dilesi (mgr.14180) 340 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:35.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:33.583834+0000 mgr.smithi137.dilesi (mgr.14180) 341 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:36.258 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:36.258 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:36.674 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:35.584475+0000 mgr.smithi137.dilesi (mgr.14180) 342 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:24:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:36.253803+0000 mgr.smithi137.dilesi (mgr.14180) 343 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:37.674 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:37.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:35.584475+0000 mgr.smithi137.dilesi (mgr.14180) 342 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:24:37.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:36.253803+0000 mgr.smithi137.dilesi (mgr.14180) 343 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:39.054 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:39.055 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:39.388 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:37.585350+0000 mgr.smithi137.dilesi (mgr.14180) 344 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:39.422 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:39.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:37.585350+0000 mgr.smithi137.dilesi (mgr.14180) 344 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:40.423 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:40.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:39.049942+0000 mgr.smithi137.dilesi (mgr.14180) 345 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:40.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:39.049942+0000 mgr.smithi137.dilesi (mgr.14180) 345 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:41.377 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:39.585927+0000 mgr.smithi137.dilesi (mgr.14180) 346 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:41.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:39.585927+0000 mgr.smithi137.dilesi (mgr.14180) 346 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:41.761 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:41.762 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:42.139 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:43.140 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:43.474 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:41.586490+0000 mgr.smithi137.dilesi (mgr.14180) 347 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:43.474 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:41.757195+0000 mgr.smithi137.dilesi (mgr.14180) 348 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:43.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:41.586490+0000 mgr.smithi137.dilesi (mgr.14180) 347 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:43.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:41.757195+0000 mgr.smithi137.dilesi (mgr.14180) 348 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:44.537 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:44.537 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:44.992 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:45.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:43.587051+0000 mgr.smithi137.dilesi (mgr.14180) 349 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:45.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:43.587051+0000 mgr.smithi137.dilesi (mgr.14180) 349 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:45.993 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:46.359 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:44.532661+0000 mgr.smithi137.dilesi (mgr.14180) 350 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:46.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:44.532661+0000 mgr.smithi137.dilesi (mgr.14180) 350 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:47.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:45.587755+0000 mgr.smithi137.dilesi (mgr.14180) 351 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:24:47.394 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:47.394 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:47.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:45.587755+0000 mgr.smithi137.dilesi (mgr.14180) 351 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:24:47.772 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:48.772 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:49.508 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:47.389516+0000 mgr.smithi137.dilesi (mgr.14180) 352 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:49.508 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:47.588390+0000 mgr.smithi137.dilesi (mgr.14180) 353 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:49.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:47.389516+0000 mgr.smithi137.dilesi (mgr.14180) 352 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:49.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:47.588390+0000 mgr.smithi137.dilesi (mgr.14180) 353 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:50.243 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:50.244 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:50.597 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:49.589255+0000 mgr.smithi137.dilesi (mgr.14180) 354 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:51.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:50.237065+0000 mgr.smithi137.dilesi (mgr.14180) 355 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:51.598 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:51.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:49.589255+0000 mgr.smithi137.dilesi (mgr.14180) 354 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:51.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:50.237065+0000 mgr.smithi137.dilesi (mgr.14180) 355 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:52.997 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:52.997 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:53.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:51.589883+0000 mgr.smithi137.dilesi (mgr.14180) 356 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:53.438 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:53.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:51.589883+0000 mgr.smithi137.dilesi (mgr.14180) 356 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:54.439 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:52.992134+0000 mgr.smithi137.dilesi (mgr.14180) 357 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:52.992134+0000 mgr.smithi137.dilesi (mgr.14180) 357 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:55.458 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:53.590623+0000 mgr.smithi137.dilesi (mgr.14180) 358 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:53.590623+0000 mgr.smithi137.dilesi (mgr.14180) 358 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:55.815 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:55.816 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:56.221 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:57.222 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:24:57.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:55.591224+0000 mgr.smithi137.dilesi (mgr.14180) 359 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:24:57.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:55.811260+0000 mgr.smithi137.dilesi (mgr.14180) 360 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:55.591224+0000 mgr.smithi137.dilesi (mgr.14180) 359 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:24:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:55.811260+0000 mgr.smithi137.dilesi (mgr.14180) 360 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:24:58.633 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:24:58.633 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:24:59.063 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:24:59.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:24:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:57.591840+0000 mgr.smithi137.dilesi (mgr.14180) 361 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:24:59.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:24:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:57.591840+0000 mgr.smithi137.dilesi (mgr.14180) 361 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:00.064 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:00.390 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:24:58.628740+0000 mgr.smithi137.dilesi (mgr.14180) 362 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:00.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:24:58.628740+0000 mgr.smithi137.dilesi (mgr.14180) 362 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:01.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:24:59.592653+0000 mgr.smithi137.dilesi (mgr.14180) 363 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:01.405 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:01.405 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:01.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:24:59.592653+0000 mgr.smithi137.dilesi (mgr.14180) 363 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:01.794 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:02.795 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:03.422 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:01.400877+0000 mgr.smithi137.dilesi (mgr.14180) 364 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:03.422 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:01.593150+0000 mgr.smithi137.dilesi (mgr.14180) 365 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:03.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:01.400877+0000 mgr.smithi137.dilesi (mgr.14180) 364 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:03.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:01.593150+0000 mgr.smithi137.dilesi (mgr.14180) 365 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:04.136 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:04.136 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:04.581 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:05.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:03.593709+0000 mgr.smithi137.dilesi (mgr.14180) 366 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:05.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:04.131524+0000 mgr.smithi137.dilesi (mgr.14180) 367 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:05.582 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:05.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:03.593709+0000 mgr.smithi137.dilesi (mgr.14180) 366 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:05.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:04.131524+0000 mgr.smithi137.dilesi (mgr.14180) 367 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:07.003 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:07.004 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:07.333 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:05.594397+0000 mgr.smithi137.dilesi (mgr.14180) 368 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:07.385 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:07.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:05.594397+0000 mgr.smithi137.dilesi (mgr.14180) 368 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:08.386 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:08.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:06.998592+0000 mgr.smithi137.dilesi (mgr.14180) 369 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:08.687 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:06.998592+0000 mgr.smithi137.dilesi (mgr.14180) 369 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:09.413 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:07.595381+0000 mgr.smithi137.dilesi (mgr.14180) 370 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:09.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:07.595381+0000 mgr.smithi137.dilesi (mgr.14180) 370 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:09.772 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:09.772 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:10.161 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:11.162 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:09.595972+0000 mgr.smithi137.dilesi (mgr.14180) 371 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:09.767496+0000 mgr.smithi137.dilesi (mgr.14180) 372 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:11.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:09.595972+0000 mgr.smithi137.dilesi (mgr.14180) 371 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:11.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:09.767496+0000 mgr.smithi137.dilesi (mgr.14180) 372 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:12.606 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:12.606 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:12.986 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:13.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:11.596597+0000 mgr.smithi137.dilesi (mgr.14180) 373 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:13.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:11.596597+0000 mgr.smithi137.dilesi (mgr.14180) 373 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:13.987 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:14.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:12.601934+0000 mgr.smithi137.dilesi (mgr.14180) 374 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:14.695 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:12.601934+0000 mgr.smithi137.dilesi (mgr.14180) 374 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:15.379 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:15.379 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:15.570 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:13.597258+0000 mgr.smithi137.dilesi (mgr.14180) 375 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:15.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:13.597258+0000 mgr.smithi137.dilesi (mgr.14180) 375 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:15.749 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:16.750 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:17.454 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:15.374889+0000 mgr.smithi137.dilesi (mgr.14180) 376 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:17.454 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:15.598042+0000 mgr.smithi137.dilesi (mgr.14180) 377 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:17.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:15.374889+0000 mgr.smithi137.dilesi (mgr.14180) 376 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:17.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:15.598042+0000 mgr.smithi137.dilesi (mgr.14180) 377 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:18.136 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:18.137 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:18.525 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:19.527 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:19.559 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:17.598643+0000 mgr.smithi137.dilesi (mgr.14180) 378 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:19.559 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:18.132041+0000 mgr.smithi137.dilesi (mgr.14180) 379 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:19.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:17.598643+0000 mgr.smithi137.dilesi (mgr.14180) 378 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:19.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:18.132041+0000 mgr.smithi137.dilesi (mgr.14180) 379 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:21.038 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:21.038 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:21.372 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:19.599350+0000 mgr.smithi137.dilesi (mgr.14180) 380 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:21.432 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:21.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:19.599350+0000 mgr.smithi137.dilesi (mgr.14180) 380 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:22.434 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:22.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:21.033096+0000 mgr.smithi137.dilesi (mgr.14180) 381 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:22.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:21.033096+0000 mgr.smithi137.dilesi (mgr.14180) 381 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:23.446 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:21.599953+0000 mgr.smithi137.dilesi (mgr.14180) 382 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:23.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:21.599953+0000 mgr.smithi137.dilesi (mgr.14180) 382 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:23.826 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:23.826 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:24.215 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:24.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:23.600564+0000 mgr.smithi137.dilesi (mgr.14180) 383 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:24.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:23.820677+0000 mgr.smithi137.dilesi (mgr.14180) 384 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:24.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:23.600564+0000 mgr.smithi137.dilesi (mgr.14180) 383 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:24.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:23.820677+0000 mgr.smithi137.dilesi (mgr.14180) 384 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:25.217 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:26.621 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:26.621 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:26.930 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:25.601265+0000 mgr.smithi137.dilesi (mgr.14180) 385 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:26.955 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:25.601265+0000 mgr.smithi137.dilesi (mgr.14180) 385 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:27.015 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:28.017 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:28.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:26.616101+0000 mgr.smithi137.dilesi (mgr.14180) 386 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:28.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:26.616101+0000 mgr.smithi137.dilesi (mgr.14180) 386 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:29.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:27.601913+0000 mgr.smithi137.dilesi (mgr.14180) 387 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:29.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:27.601913+0000 mgr.smithi137.dilesi (mgr.14180) 387 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:29.409 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:29.409 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:29.790 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:30.791 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:31.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:29.404519+0000 mgr.smithi137.dilesi (mgr.14180) 388 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:31.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:29.602795+0000 mgr.smithi137.dilesi (mgr.14180) 389 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:31.183 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:29.404519+0000 mgr.smithi137.dilesi (mgr.14180) 388 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:31.183 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:29.602795+0000 mgr.smithi137.dilesi (mgr.14180) 389 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:32.192 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:32.192 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:32.580 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:31.603513+0000 mgr.smithi137.dilesi (mgr.14180) 390 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:32.187603+0000 mgr.smithi137.dilesi (mgr.14180) 391 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:33.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:31.603513+0000 mgr.smithi137.dilesi (mgr.14180) 390 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:33.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:32.187603+0000 mgr.smithi137.dilesi (mgr.14180) 391 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:33.581 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:34.996 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:34.996 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:35.024 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:33.604188+0000 mgr.smithi137.dilesi (mgr.14180) 392 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:35.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:33.604188+0000 mgr.smithi137.dilesi (mgr.14180) 392 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:35.414 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:36.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:34.990973+0000 mgr.smithi137.dilesi (mgr.14180) 393 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:34.990973+0000 mgr.smithi137.dilesi (mgr.14180) 393 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:36.416 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:37.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:35.604833+0000 mgr.smithi137.dilesi (mgr.14180) 394 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:37.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:35.604833+0000 mgr.smithi137.dilesi (mgr.14180) 394 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:37.773 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:37.773 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:38.114 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:37.605395+0000 mgr.smithi137.dilesi (mgr.14180) 395 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:39.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:37.768756+0000 mgr.smithi137.dilesi (mgr.14180) 396 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:39.115 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:39.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:37.605395+0000 mgr.smithi137.dilesi (mgr.14180) 395 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:39.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:37.768756+0000 mgr.smithi137.dilesi (mgr.14180) 396 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:40.497 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:40.498 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:40.913 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:41.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:39.606124+0000 mgr.smithi137.dilesi (mgr.14180) 397 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:41.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:39.606124+0000 mgr.smithi137.dilesi (mgr.14180) 397 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:41.914 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:40.493028+0000 mgr.smithi137.dilesi (mgr.14180) 398 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:42.256 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:40.493028+0000 mgr.smithi137.dilesi (mgr.14180) 398 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:43.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:41.606726+0000 mgr.smithi137.dilesi (mgr.14180) 399 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:43.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:41.606726+0000 mgr.smithi137.dilesi (mgr.14180) 399 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:43.297 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:43.297 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:43.713 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:44.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:43.292870+0000 mgr.smithi137.dilesi (mgr.14180) 400 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:44.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:43.292870+0000 mgr.smithi137.dilesi (mgr.14180) 400 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:44.714 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:45.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:43.607361+0000 mgr.smithi137.dilesi (mgr.14180) 401 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:45.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:43.607361+0000 mgr.smithi137.dilesi (mgr.14180) 401 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:46.105 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:46.105 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:46.495 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:47.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:45.607968+0000 mgr.smithi137.dilesi (mgr.14180) 402 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:47.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:46.100376+0000 mgr.smithi137.dilesi (mgr.14180) 403 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:47.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:45.607968+0000 mgr.smithi137.dilesi (mgr.14180) 402 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:47.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:46.100376+0000 mgr.smithi137.dilesi (mgr.14180) 403 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:47.496 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:48.914 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:48.914 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:49.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:47.608590+0000 mgr.smithi137.dilesi (mgr.14180) 404 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:49.235 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:47.608590+0000 mgr.smithi137.dilesi (mgr.14180) 404 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:49.296 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:50.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:48.909521+0000 mgr.smithi137.dilesi (mgr.14180) 405 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:50.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:48.909521+0000 mgr.smithi137.dilesi (mgr.14180) 405 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:50.298 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:51.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:49.609244+0000 mgr.smithi137.dilesi (mgr.14180) 406 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:51.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:49.609244+0000 mgr.smithi137.dilesi (mgr.14180) 406 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:51.729 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:51.729 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:52.110 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:53.111 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:53.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:51.609873+0000 mgr.smithi137.dilesi (mgr.14180) 407 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:53.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:51.724574+0000 mgr.smithi137.dilesi (mgr.14180) 408 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:53.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:51.609873+0000 mgr.smithi137.dilesi (mgr.14180) 407 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:53.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:51.724574+0000 mgr.smithi137.dilesi (mgr.14180) 408 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:54.420 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:54.420 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:54.810 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:55.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:53.610580+0000 mgr.smithi137.dilesi (mgr.14180) 409 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:55.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:53.610580+0000 mgr.smithi137.dilesi (mgr.14180) 409 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:55.812 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:56.145 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:54.415338+0000 mgr.smithi137.dilesi (mgr.14180) 410 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:56.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:54.415338+0000 mgr.smithi137.dilesi (mgr.14180) 410 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:57.164 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:57.164 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:25:57.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:55.611510+0000 mgr.smithi137.dilesi (mgr.14180) 411 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:57.185 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:55.611510+0000 mgr.smithi137.dilesi (mgr.14180) 411 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:25:57.544 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:25:58.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:57.159176+0000 mgr.smithi137.dilesi (mgr.14180) 412 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:58.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:57.159176+0000 mgr.smithi137.dilesi (mgr.14180) 412 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:25:58.545 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:25:59.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:25:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:57.612374+0000 mgr.smithi137.dilesi (mgr.14180) 413 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:59.213 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:25:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:57.612374+0000 mgr.smithi137.dilesi (mgr.14180) 413 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:25:59.912 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:25:59.913 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:00.284 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:01.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:25:59.613059+0000 mgr.smithi137.dilesi (mgr.14180) 414 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:01.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:25:59.906992+0000 mgr.smithi137.dilesi (mgr.14180) 415 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:01.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:25:59.613059+0000 mgr.smithi137.dilesi (mgr.14180) 414 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:01.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:25:59.906992+0000 mgr.smithi137.dilesi (mgr.14180) 415 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:01.286 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:02.678 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:02.678 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:03.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:01.613673+0000 mgr.smithi137.dilesi (mgr.14180) 416 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:03.051 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:03.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:01.613673+0000 mgr.smithi137.dilesi (mgr.14180) 416 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:04.052 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:04.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:02.673641+0000 mgr.smithi137.dilesi (mgr.14180) 417 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:04.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:02.673641+0000 mgr.smithi137.dilesi (mgr.14180) 417 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:05.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:03.614420+0000 mgr.smithi137.dilesi (mgr.14180) 418 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:05.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:03.614420+0000 mgr.smithi137.dilesi (mgr.14180) 418 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:05.432 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:05.432 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:05.809 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:06.810 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:07.136 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:05.428230+0000 mgr.smithi137.dilesi (mgr.14180) 419 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:07.136 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:05.615126+0000 mgr.smithi137.dilesi (mgr.14180) 420 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:26:07.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:05.428230+0000 mgr.smithi137.dilesi (mgr.14180) 419 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:07.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:05.615126+0000 mgr.smithi137.dilesi (mgr.14180) 420 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:26:08.181 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:08.181 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:08.567 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:09.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:07.615710+0000 mgr.smithi137.dilesi (mgr.14180) 421 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:09.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:08.176063+0000 mgr.smithi137.dilesi (mgr.14180) 422 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:09.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:07.615710+0000 mgr.smithi137.dilesi (mgr.14180) 421 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:09.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:08.176063+0000 mgr.smithi137.dilesi (mgr.14180) 422 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:09.568 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:10.918 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:10.918 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:11.247 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:09.616535+0000 mgr.smithi137.dilesi (mgr.14180) 423 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:11.307 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:09.616535+0000 mgr.smithi137.dilesi (mgr.14180) 423 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:12.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:10.913341+0000 mgr.smithi137.dilesi (mgr.14180) 424 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:12.308 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:12.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:10.913341+0000 mgr.smithi137.dilesi (mgr.14180) 424 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:13.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:11.617149+0000 mgr.smithi137.dilesi (mgr.14180) 425 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:13.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:11.617149+0000 mgr.smithi137.dilesi (mgr.14180) 425 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:13.704 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:13.704 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:14.142 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:15.143 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:15.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:13.617791+0000 mgr.smithi137.dilesi (mgr.14180) 426 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:15.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:13.698947+0000 mgr.smithi137.dilesi (mgr.14180) 427 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:15.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:13.617791+0000 mgr.smithi137.dilesi (mgr.14180) 426 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:15.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:13.698947+0000 mgr.smithi137.dilesi (mgr.14180) 427 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:16.520 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:16.520 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:16.910 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:17.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:15.618571+0000 mgr.smithi137.dilesi (mgr.14180) 428 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:26:17.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:15.618571+0000 mgr.smithi137.dilesi (mgr.14180) 428 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:26:17.911 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:18.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:16.515131+0000 mgr.smithi137.dilesi (mgr.14180) 429 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:18.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:16.515131+0000 mgr.smithi137.dilesi (mgr.14180) 429 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:19.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:17.619368+0000 mgr.smithi137.dilesi (mgr.14180) 430 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:19.351 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:19.351 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:19.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:17.619368+0000 mgr.smithi137.dilesi (mgr.14180) 430 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:19.733 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:20.734 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:21.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:19.345965+0000 mgr.smithi137.dilesi (mgr.14180) 431 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:21.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:19.620115+0000 mgr.smithi137.dilesi (mgr.14180) 432 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:21.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:19.345965+0000 mgr.smithi137.dilesi (mgr.14180) 431 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:21.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:19.620115+0000 mgr.smithi137.dilesi (mgr.14180) 432 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:22.285 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:22.286 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:22.714 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:23.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:21.620749+0000 mgr.smithi137.dilesi (mgr.14180) 433 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:23.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:22.280967+0000 mgr.smithi137.dilesi (mgr.14180) 434 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:23.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:21.620749+0000 mgr.smithi137.dilesi (mgr.14180) 433 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:23.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:22.280967+0000 mgr.smithi137.dilesi (mgr.14180) 434 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:23.715 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:25.060 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:25.060 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:45.159157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:45.159297Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:45.159365Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:45.159426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:45.159495Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-16T09:26:25.259 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:23.621583+0000 mgr.smithi137.dilesi (mgr.14180) 435 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:25.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:23.621583+0000 mgr.smithi137.dilesi (mgr.14180) 435 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:25.472 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:26.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:25.055240+0000 mgr.smithi137.dilesi (mgr.14180) 436 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:26.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:25.789826+0000 mon.smithi137 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi137.praejt"}]: dispatch 2024-01-16T09:26:26.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:25.794581+0000 mon.smithi137 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:26.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:25.796827+0000 mon.smithi137 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:26:26.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:25.055240+0000 mgr.smithi137.dilesi (mgr.14180) 436 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:26.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:25.789826+0000 mon.smithi137 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi137.praejt"}]: dispatch 2024-01-16T09:26:26.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:25.794581+0000 mon.smithi137 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:26.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:25.796827+0000 mon.smithi137 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:26:26.474 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:27.145 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:25.622175+0000 mgr.smithi137.dilesi (mgr.14180) 437 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:26:27.145 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:26:25.789282+0000 mgr.smithi137.dilesi (mgr.14180) 438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.145 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.145 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.145 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.145 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.praejt ... 2024-01-16T09:26:27.145 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:24:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:25:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:25:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Traceback (most recent call last): 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: yield (conn, connr) 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: code, '\n'.join(err))) 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.146 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.praejt ... 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:24:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:25:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:25:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:26:25.789482+0000 mgr.smithi137.dilesi (mgr.14180) 439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:26:25.790417+0000 mgr.smithi137.dilesi (mgr.14180) 440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.147 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.praejt ... 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:24:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:25:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:25:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:26:25.794840+0000 mgr.smithi137.dilesi (mgr.14180) 441 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:26:27.148 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:26:25.795895+0000 mgr.smithi137.dilesi (mgr.14180) 442 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:26:27.149 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:25.796799+0000 mgr.smithi137.dilesi (mgr.14180) 443 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-16T09:26:27.149 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:25.973000+0000 mon.smithi137 (mon.0) 661 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:26:27.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:25.622175+0000 mgr.smithi137.dilesi (mgr.14180) 437 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:26:27.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:26:25.789282+0000 mgr.smithi137.dilesi (mgr.14180) 438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.praejt ... 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:24:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:25:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:25:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Traceback (most recent call last): 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:26:27.369 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: yield (conn, connr) 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: code, '\n'.join(err))) 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.praejt ... 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:24:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:25:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:25:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:26:27.370 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:26:25.789482+0000 mgr.smithi137.dilesi (mgr.14180) 439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:26:25.790417+0000 mgr.smithi137.dilesi (mgr.14180) 440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.praejt ... 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:24:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:25:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:25:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:26:25.794840+0000 mgr.smithi137.dilesi (mgr.14180) 441 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:26:27.371 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:26:25.795895+0000 mgr.smithi137.dilesi (mgr.14180) 442 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:26:27.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:25.796799+0000 mgr.smithi137.dilesi (mgr.14180) 443 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-16T09:26:27.372 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:25.973000+0000 mon.smithi137 (mon.0) 661 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:26:28.240 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:28.240 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:20:48.189206Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:20:48.189268Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:20:48.189329Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:20:48.189139Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:20:48.188980Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:20:48.189387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:20:48.189541Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:20:48.189477Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 1, "size": 2}}] 2024-01-16T09:26:28.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:27.181505+0000 mon.smithi137 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:28.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:27.649870+0000 mon.smithi137 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:28.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:27.819115+0000 mon.smithi137 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:28.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:27.181505+0000 mon.smithi137 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:28.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:27.649870+0000 mon.smithi137 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:28.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:27.819115+0000 mon.smithi137 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:28.906 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-16T09:26:29.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:27.797659+0000 mgr.smithi137.dilesi (mgr.14180) 444 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-16T09:26:29.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:28.234805+0000 mgr.smithi137.dilesi (mgr.14180) 445 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:29.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:27.797659+0000 mgr.smithi137.dilesi (mgr.14180) 444 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-16T09:26:29.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:28.234805+0000 mgr.smithi137.dilesi (mgr.14180) 445 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:29.908 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:29.798422+0000 mgr.smithi137.dilesi (mgr.14180) 446 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:30.032200+0000 mon.smithi137 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:30.371809+0000 mon.smithi137 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:30.372470+0000 mon.smithi137 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:30.633011+0000 mon.smithi137 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:30.640727+0000 mon.smithi137 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:30.648737+0000 mon.smithi137 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:30.654032+0000 mon.smithi137 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:26:31.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:30.664195+0000 mon.smithi137 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.293 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:31.293 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:31.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:29.798422+0000 mgr.smithi137.dilesi (mgr.14180) 446 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-16T09:26:31.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:30.032200+0000 mon.smithi137 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:30.371809+0000 mon.smithi137 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:26:31.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:30.372470+0000 mon.smithi137 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:26:31.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:30.633011+0000 mon.smithi137 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:30.640727+0000 mon.smithi137 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:30.648737+0000 mon.smithi137 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:30.654032+0000 mon.smithi137 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:26:31.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:30.664195+0000 mon.smithi137 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:31.672 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-16T09:26:31.673 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-16T09:26:31.684 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-16T09:26:31.684 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:32.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:26:30.375555+0000 mgr.smithi137.dilesi (mgr.14180) 447 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-16T09:26:32.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:30.649726+0000 mgr.smithi137.dilesi (mgr.14180) 448 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-16T09:26:32.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:26:30.666368+0000 mgr.smithi137.dilesi (mgr.14180) 449 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ywgqef on smithi184 2024-01-16T09:26:32.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:31.287864+0000 mgr.smithi137.dilesi (mgr.14180) 450 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:32.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:31.647224+0000 mon.smithi137 (mon.0) 673 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:26:32.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:31.647266+0000 mon.smithi137 (mon.0) 674 : cluster [INF] Cluster is now healthy 2024-01-16T09:26:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:26:30.375555+0000 mgr.smithi137.dilesi (mgr.14180) 447 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-16T09:26:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:30.649726+0000 mgr.smithi137.dilesi (mgr.14180) 448 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-16T09:26:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:26:30.666368+0000 mgr.smithi137.dilesi (mgr.14180) 449 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ywgqef on smithi184 2024-01-16T09:26:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:31.287864+0000 mgr.smithi137.dilesi (mgr.14180) 450 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:31.647224+0000 mon.smithi137 (mon.0) 673 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:26:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:31.647266+0000 mon.smithi137 (mon.0) 674 : cluster [INF] Cluster is now healthy 2024-01-16T09:26:33.080 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:33.080 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:33.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:34.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:32.650372+0000 mgr.smithi137.dilesi (mgr.14180) 451 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-01-16T09:26:34.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:33.075207+0000 mgr.smithi137.dilesi (mgr.14180) 452 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:34.499 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:34.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:32.650372+0000 mgr.smithi137.dilesi (mgr.14180) 451 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 1 op/s 2024-01-16T09:26:34.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:33.075207+0000 mgr.smithi137.dilesi (mgr.14180) 452 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:35.934 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:35.934 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:34.650969+0000 mgr.smithi137.dilesi (mgr.14180) 453 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 226 B/s wr, 3 op/s 2024-01-16T09:26:36.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:34.650969+0000 mgr.smithi137.dilesi (mgr.14180) 453 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 226 B/s wr, 3 op/s 2024-01-16T09:26:37.321 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:37.351 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:35.929052+0000 mgr.smithi137.dilesi (mgr.14180) 454 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:37.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:35.929052+0000 mgr.smithi137.dilesi (mgr.14180) 454 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:38.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:36.651527+0000 mgr.smithi137.dilesi (mgr.14180) 455 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2024-01-16T09:26:38.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:36.651527+0000 mgr.smithi137.dilesi (mgr.14180) 455 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2024-01-16T09:26:38.747 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:38.748 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:39.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:40.146 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:40.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:38.652019+0000 mgr.smithi137.dilesi (mgr.14180) 456 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2024-01-16T09:26:40.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:38.742669+0000 mgr.smithi137.dilesi (mgr.14180) 457 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:40.498 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:38.652019+0000 mgr.smithi137.dilesi (mgr.14180) 456 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2024-01-16T09:26:40.498 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:38.742669+0000 mgr.smithi137.dilesi (mgr.14180) 457 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:41.524 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:41.525 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:41.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:42.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:40.652714+0000 mgr.smithi137.dilesi (mgr.14180) 458 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2024-01-16T09:26:42.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:40.652714+0000 mgr.smithi137.dilesi (mgr.14180) 458 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2024-01-16T09:26:42.912 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:43.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:41.519589+0000 mgr.smithi137.dilesi (mgr.14180) 459 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:43.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:42.651313+0000 mon.smithi137 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:43.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:41.519589+0000 mgr.smithi137.dilesi (mgr.14180) 459 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:43.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:42.651313+0000 mon.smithi137 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:26:44.275 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:44.275 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:44.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:42.653338+0000 mgr.smithi137.dilesi (mgr.14180) 460 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-16T09:26:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:42.653338+0000 mgr.smithi137.dilesi (mgr.14180) 460 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-16T09:26:44.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:45.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:44.269562+0000 mgr.smithi137.dilesi (mgr.14180) 461 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:45.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:44.269562+0000 mgr.smithi137.dilesi (mgr.14180) 461 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:45.596 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:46.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:44.653979+0000 mgr.smithi137.dilesi (mgr.14180) 462 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 170 B/s wr, 1 op/s 2024-01-16T09:26:46.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:44.653979+0000 mgr.smithi137.dilesi (mgr.14180) 462 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 170 B/s wr, 1 op/s 2024-01-16T09:26:46.963 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:46.963 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:47.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:48.387 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:48.471 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:46.654774+0000 mgr.smithi137.dilesi (mgr.14180) 463 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:48.472 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:46.957988+0000 mgr.smithi137.dilesi (mgr.14180) 464 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:48.503 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:46.654774+0000 mgr.smithi137.dilesi (mgr.14180) 463 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:48.503 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:46.957988+0000 mgr.smithi137.dilesi (mgr.14180) 464 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:49.811 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:49.811 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:50.121 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:48.655327+0000 mgr.smithi137.dilesi (mgr.14180) 465 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:50.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:50.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:48.655327+0000 mgr.smithi137.dilesi (mgr.14180) 465 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:51.186 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:51.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:49.805342+0000 mgr.smithi137.dilesi (mgr.14180) 466 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:51.520 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:49.805342+0000 mgr.smithi137.dilesi (mgr.14180) 466 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:52.164 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:50.656013+0000 mgr.smithi137.dilesi (mgr.14180) 467 : 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-01-16T09:26:52.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:50.656013+0000 mgr.smithi137.dilesi (mgr.14180) 467 : 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-01-16T09:26:52.547 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:52.547 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:53.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:54.196 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:54.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:52.542495+0000 mgr.smithi137.dilesi (mgr.14180) 468 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:54.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:52.656764+0000 mgr.smithi137.dilesi (mgr.14180) 469 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:52.542495+0000 mgr.smithi137.dilesi (mgr.14180) 468 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:52.656764+0000 mgr.smithi137.dilesi (mgr.14180) 469 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:55.619 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:55.619 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:56.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:56.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:54.657562+0000 mgr.smithi137.dilesi (mgr.14180) 470 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:26:56.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:54.657562+0000 mgr.smithi137.dilesi (mgr.14180) 470 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:26:57.011 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:26:57.353 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:55.614285+0000 mgr.smithi137.dilesi (mgr.14180) 471 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:57.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:55.614285+0000 mgr.smithi137.dilesi (mgr.14180) 471 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:26:58.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:26:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:56.658106+0000 mgr.smithi137.dilesi (mgr.14180) 472 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:58.382 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:26:58.382 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:26:58.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:26:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:56.658106+0000 mgr.smithi137.dilesi (mgr.14180) 472 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:26:58.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:26:59.767 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:00.420 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:26:58.375988+0000 mgr.smithi137.dilesi (mgr.14180) 473 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:00.420 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:26:58.658661+0000 mgr.smithi137.dilesi (mgr.14180) 474 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:00.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:26:58.375988+0000 mgr.smithi137.dilesi (mgr.14180) 473 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:00.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:26:58.658661+0000 mgr.smithi137.dilesi (mgr.14180) 474 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:01.136 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:01.136 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:01.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:02.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:00.659322+0000 mgr.smithi137.dilesi (mgr.14180) 475 : 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-01-16T09:27:02.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:01.131045+0000 mgr.smithi137.dilesi (mgr.14180) 476 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:02.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:00.659322+0000 mgr.smithi137.dilesi (mgr.14180) 475 : 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-01-16T09:27:02.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:01.131045+0000 mgr.smithi137.dilesi (mgr.14180) 476 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:02.560 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:03.914 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:03.915 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:04.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:02.659976+0000 mgr.smithi137.dilesi (mgr.14180) 477 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:04.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:04.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:02.659976+0000 mgr.smithi137.dilesi (mgr.14180) 477 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:05.301 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:05.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:03.908630+0000 mgr.smithi137.dilesi (mgr.14180) 478 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:05.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:03.908630+0000 mgr.smithi137.dilesi (mgr.14180) 478 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:06.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:04.660958+0000 mgr.smithi137.dilesi (mgr.14180) 479 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:06.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:04.660958+0000 mgr.smithi137.dilesi (mgr.14180) 479 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:06.660 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:06.660 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:07.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:08.042 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:08.368 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:06.655273+0000 mgr.smithi137.dilesi (mgr.14180) 480 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:08.368 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:06.661505+0000 mgr.smithi137.dilesi (mgr.14180) 481 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:08.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:06.655273+0000 mgr.smithi137.dilesi (mgr.14180) 480 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:08.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:06.661505+0000 mgr.smithi137.dilesi (mgr.14180) 481 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:09.410 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:09.411 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:09.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:10.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:08.662090+0000 mgr.smithi137.dilesi (mgr.14180) 482 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:10.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:08.662090+0000 mgr.smithi137.dilesi (mgr.14180) 482 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:10.791 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:11.426 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:09.405598+0000 mgr.smithi137.dilesi (mgr.14180) 483 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:09.405598+0000 mgr.smithi137.dilesi (mgr.14180) 483 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:12.155 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:12.156 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:12.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:10.662874+0000 mgr.smithi137.dilesi (mgr.14180) 484 : 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-01-16T09:27:12.467 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:10.662874+0000 mgr.smithi137.dilesi (mgr.14180) 484 : 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-01-16T09:27:12.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:13.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:12.150759+0000 mgr.smithi137.dilesi (mgr.14180) 485 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:13.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:12.150759+0000 mgr.smithi137.dilesi (mgr.14180) 485 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:13.532 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:14.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:12.663425+0000 mgr.smithi137.dilesi (mgr.14180) 486 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:14.493 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:12.663425+0000 mgr.smithi137.dilesi (mgr.14180) 486 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:14.888 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:14.888 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:15.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:16.273 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:16.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:14.664220+0000 mgr.smithi137.dilesi (mgr.14180) 487 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:16.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:14.882743+0000 mgr.smithi137.dilesi (mgr.14180) 488 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:16.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:14.664220+0000 mgr.smithi137.dilesi (mgr.14180) 487 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:16.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:14.882743+0000 mgr.smithi137.dilesi (mgr.14180) 488 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:17.636 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:17.636 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:18.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:18.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:16.664803+0000 mgr.smithi137.dilesi (mgr.14180) 489 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:18.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:16.664803+0000 mgr.smithi137.dilesi (mgr.14180) 489 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:19.032 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:19.366 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:17.630648+0000 mgr.smithi137.dilesi (mgr.14180) 490 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:19.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:17.630648+0000 mgr.smithi137.dilesi (mgr.14180) 490 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:20.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:18.665525+0000 mgr.smithi137.dilesi (mgr.14180) 491 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:20.400 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:20.400 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:20.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:18.665525+0000 mgr.smithi137.dilesi (mgr.14180) 491 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:20.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:21.789 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:22.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:20.395245+0000 mgr.smithi137.dilesi (mgr.14180) 492 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:22.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:20.666119+0000 mgr.smithi137.dilesi (mgr.14180) 493 : 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-01-16T09:27:22.441 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:20.395245+0000 mgr.smithi137.dilesi (mgr.14180) 492 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:22.441 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:20.666119+0000 mgr.smithi137.dilesi (mgr.14180) 493 : 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-01-16T09:27:23.171 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:23.171 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:23.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:24.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:22.666709+0000 mgr.smithi137.dilesi (mgr.14180) 494 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:24.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:23.165821+0000 mgr.smithi137.dilesi (mgr.14180) 495 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:24.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:22.666709+0000 mgr.smithi137.dilesi (mgr.14180) 494 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:24.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:23.165821+0000 mgr.smithi137.dilesi (mgr.14180) 495 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:24.564 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:25.960 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:25.960 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:26.244 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:24.667303+0000 mgr.smithi137.dilesi (mgr.14180) 496 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:26.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:26.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:24.667303+0000 mgr.smithi137.dilesi (mgr.14180) 496 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:27.347 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:27.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:25.954995+0000 mgr.smithi137.dilesi (mgr.14180) 497 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:27.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:25.954995+0000 mgr.smithi137.dilesi (mgr.14180) 497 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:28.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:26.668063+0000 mgr.smithi137.dilesi (mgr.14180) 498 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:28.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:26.668063+0000 mgr.smithi137.dilesi (mgr.14180) 498 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:28.747 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:28.747 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:29.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:30.128 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:30.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:28.668618+0000 mgr.smithi137.dilesi (mgr.14180) 499 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:30.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:28.741578+0000 mgr.smithi137.dilesi (mgr.14180) 500 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:30.496 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:28.668618+0000 mgr.smithi137.dilesi (mgr.14180) 499 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:30.496 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:28.741578+0000 mgr.smithi137.dilesi (mgr.14180) 500 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:31.520 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:31.521 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:31.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:30.669255+0000 mgr.smithi137.dilesi (mgr.14180) 501 : 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-01-16T09:27:32.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:30.669255+0000 mgr.smithi137.dilesi (mgr.14180) 501 : 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-01-16T09:27:32.905 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:33.238 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:31.515483+0000 mgr.smithi137.dilesi (mgr.14180) 502 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:33.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:31.515483+0000 mgr.smithi137.dilesi (mgr.14180) 502 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:34.244 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:34.244 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:34.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:32.670118+0000 mgr.smithi137.dilesi (mgr.14180) 503 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:34.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:34.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:32.670118+0000 mgr.smithi137.dilesi (mgr.14180) 503 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:35.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:34.237343+0000 mgr.smithi137.dilesi (mgr.14180) 504 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:35.646 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:35.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:34.237343+0000 mgr.smithi137.dilesi (mgr.14180) 504 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:34.671089+0000 mgr.smithi137.dilesi (mgr.14180) 505 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:34.671089+0000 mgr.smithi137.dilesi (mgr.14180) 505 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:37.033 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:37.034 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:37.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:38.421 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:38.455 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:36.671619+0000 mgr.smithi137.dilesi (mgr.14180) 506 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:38.455 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:37.028171+0000 mgr.smithi137.dilesi (mgr.14180) 507 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:36.671619+0000 mgr.smithi137.dilesi (mgr.14180) 506 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:37.028171+0000 mgr.smithi137.dilesi (mgr.14180) 507 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:39.789 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:39.789 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:40.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:40.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:38.672352+0000 mgr.smithi137.dilesi (mgr.14180) 508 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:40.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:38.672352+0000 mgr.smithi137.dilesi (mgr.14180) 508 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:41.170 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:41.504 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:39.784040+0000 mgr.smithi137.dilesi (mgr.14180) 509 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:41.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:39.784040+0000 mgr.smithi137.dilesi (mgr.14180) 509 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:42.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:40.672969+0000 mgr.smithi137.dilesi (mgr.14180) 510 : 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-01-16T09:27:42.584 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:42.584 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:42.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:40.672969+0000 mgr.smithi137.dilesi (mgr.14180) 510 : 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-01-16T09:27:42.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:43.995 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:44.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:42.579367+0000 mgr.smithi137.dilesi (mgr.14180) 511 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:44.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:42.673532+0000 mgr.smithi137.dilesi (mgr.14180) 512 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:44.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:42.579367+0000 mgr.smithi137.dilesi (mgr.14180) 511 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:44.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:42.673532+0000 mgr.smithi137.dilesi (mgr.14180) 512 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:45.351 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:45.351 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:45.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:46.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:44.674414+0000 mgr.smithi137.dilesi (mgr.14180) 513 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:46.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:44.674414+0000 mgr.smithi137.dilesi (mgr.14180) 513 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:46.754 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:47.412 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:45.345662+0000 mgr.smithi137.dilesi (mgr.14180) 514 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:47.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:45.345662+0000 mgr.smithi137.dilesi (mgr.14180) 514 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:48.111 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:48.112 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:48.457 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:46.674999+0000 mgr.smithi137.dilesi (mgr.14180) 515 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:48.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:48.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:46.674999+0000 mgr.smithi137.dilesi (mgr.14180) 515 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:49.492 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:49.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:48.106621+0000 mgr.smithi137.dilesi (mgr.14180) 516 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:49.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:48.106621+0000 mgr.smithi137.dilesi (mgr.14180) 516 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:50.453 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:48.675569+0000 mgr.smithi137.dilesi (mgr.14180) 517 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:50.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:48.675569+0000 mgr.smithi137.dilesi (mgr.14180) 517 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:50.843 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:50.843 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:51.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:52.243 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:50.676262+0000 mgr.smithi137.dilesi (mgr.14180) 518 : 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-01-16T09:27:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:50.838056+0000 mgr.smithi137.dilesi (mgr.14180) 519 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:52.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:50.676262+0000 mgr.smithi137.dilesi (mgr.14180) 518 : 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-01-16T09:27:52.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:50.838056+0000 mgr.smithi137.dilesi (mgr.14180) 519 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:53.598 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:53.599 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:53.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:54.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:52.676917+0000 mgr.smithi137.dilesi (mgr.14180) 520 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:54.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:52.676917+0000 mgr.smithi137.dilesi (mgr.14180) 520 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:54.992 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:55.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:53.593630+0000 mgr.smithi137.dilesi (mgr.14180) 521 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:53.593630+0000 mgr.smithi137.dilesi (mgr.14180) 521 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:56.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:54.677623+0000 mgr.smithi137.dilesi (mgr.14180) 522 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:56.376 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:56.376 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:56.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:54.677623+0000 mgr.smithi137.dilesi (mgr.14180) 522 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:27:56.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:27:57.768 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:27:58.427 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:56.371029+0000 mgr.smithi137.dilesi (mgr.14180) 523 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:58.427 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:27:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:56.678167+0000 mgr.smithi137.dilesi (mgr.14180) 524 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:58.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:56.371029+0000 mgr.smithi137.dilesi (mgr.14180) 523 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:27:58.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:27:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:56.678167+0000 mgr.smithi137.dilesi (mgr.14180) 524 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:27:59.164 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:27:59.164 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:27:59.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:27:58.678891+0000 mgr.smithi137.dilesi (mgr.14180) 525 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:27:59.158930+0000 mgr.smithi137.dilesi (mgr.14180) 526 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:00.585 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:00.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:27:58.678891+0000 mgr.smithi137.dilesi (mgr.14180) 525 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:00.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:27:59.158930+0000 mgr.smithi137.dilesi (mgr.14180) 526 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:01.993 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:01.993 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:02.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:00.679552+0000 mgr.smithi137.dilesi (mgr.14180) 527 : 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-01-16T09:28:02.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:02.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:00.679552+0000 mgr.smithi137.dilesi (mgr.14180) 527 : 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-01-16T09:28:03.382 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:03.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:01.987967+0000 mgr.smithi137.dilesi (mgr.14180) 528 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:03.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:01.987967+0000 mgr.smithi137.dilesi (mgr.14180) 528 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:04.401 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:02.680277+0000 mgr.smithi137.dilesi (mgr.14180) 529 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:04.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:02.680277+0000 mgr.smithi137.dilesi (mgr.14180) 529 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:04.768 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:04.768 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:05.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:06.175 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:06.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:04.680920+0000 mgr.smithi137.dilesi (mgr.14180) 530 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:06.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:04.762569+0000 mgr.smithi137.dilesi (mgr.14180) 531 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:06.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:04.680920+0000 mgr.smithi137.dilesi (mgr.14180) 530 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:06.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:04.762569+0000 mgr.smithi137.dilesi (mgr.14180) 531 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:07.609 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:07.609 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:08.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:08.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:06.681525+0000 mgr.smithi137.dilesi (mgr.14180) 532 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:08.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:06.681525+0000 mgr.smithi137.dilesi (mgr.14180) 532 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:09.041 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:09.381 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:07.604044+0000 mgr.smithi137.dilesi (mgr.14180) 533 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:09.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:07.604044+0000 mgr.smithi137.dilesi (mgr.14180) 533 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:10.426 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:10.426 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:10.453 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:08.682448+0000 mgr.smithi137.dilesi (mgr.14180) 534 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:08.682448+0000 mgr.smithi137.dilesi (mgr.14180) 534 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:10.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:11.847 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:12.491 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:10.420812+0000 mgr.smithi137.dilesi (mgr.14180) 535 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:12.491 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:10.683054+0000 mgr.smithi137.dilesi (mgr.14180) 536 : 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-01-16T09:28:12.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:10.420812+0000 mgr.smithi137.dilesi (mgr.14180) 535 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:12.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:10.683054+0000 mgr.smithi137.dilesi (mgr.14180) 536 : 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-01-16T09:28:13.175 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:13.175 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:13.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:14.606 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:14.636 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:12.683725+0000 mgr.smithi137.dilesi (mgr.14180) 537 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:14.636 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:13.170618+0000 mgr.smithi137.dilesi (mgr.14180) 538 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:14.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:12.683725+0000 mgr.smithi137.dilesi (mgr.14180) 537 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:14.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:13.170618+0000 mgr.smithi137.dilesi (mgr.14180) 538 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:16.021 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:16.021 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:16.311 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:14.684525+0000 mgr.smithi137.dilesi (mgr.14180) 539 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:16.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:16.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:14.684525+0000 mgr.smithi137.dilesi (mgr.14180) 539 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:17.407 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:17.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:16.016594+0000 mgr.smithi137.dilesi (mgr.14180) 540 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:17.748 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:16.016594+0000 mgr.smithi137.dilesi (mgr.14180) 540 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:18.433 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:16.685135+0000 mgr.smithi137.dilesi (mgr.14180) 541 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:18.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:16.685135+0000 mgr.smithi137.dilesi (mgr.14180) 541 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:18.823 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:18.823 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:19.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:20.213 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:20.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:18.685740+0000 mgr.smithi137.dilesi (mgr.14180) 542 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:20.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:18.817702+0000 mgr.smithi137.dilesi (mgr.14180) 543 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:20.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:18.685740+0000 mgr.smithi137.dilesi (mgr.14180) 542 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:20.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:18.817702+0000 mgr.smithi137.dilesi (mgr.14180) 543 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:21.598 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:21.598 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:21.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:22.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:20.686218+0000 mgr.smithi137.dilesi (mgr.14180) 544 : 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-01-16T09:28:22.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:20.686218+0000 mgr.smithi137.dilesi (mgr.14180) 544 : 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-01-16T09:28:22.996 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:23.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:21.592357+0000 mgr.smithi137.dilesi (mgr.14180) 545 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:23.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:21.592357+0000 mgr.smithi137.dilesi (mgr.14180) 545 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:24.347 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:24.347 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:24.671 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:22.687047+0000 mgr.smithi137.dilesi (mgr.14180) 546 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:24.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:22.687047+0000 mgr.smithi137.dilesi (mgr.14180) 546 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:24.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:25.729 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:26.431 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:24.341796+0000 mgr.smithi137.dilesi (mgr.14180) 547 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:26.431 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:24.687738+0000 mgr.smithi137.dilesi (mgr.14180) 548 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:26.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:24.341796+0000 mgr.smithi137.dilesi (mgr.14180) 547 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:26.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:24.687738+0000 mgr.smithi137.dilesi (mgr.14180) 548 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:27.134 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:27.134 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:27.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:28.536 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:28.569 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:26.688368+0000 mgr.smithi137.dilesi (mgr.14180) 549 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:28.569 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:27.128405+0000 mgr.smithi137.dilesi (mgr.14180) 550 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:28.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:26.688368+0000 mgr.smithi137.dilesi (mgr.14180) 549 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:28.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:27.128405+0000 mgr.smithi137.dilesi (mgr.14180) 550 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:29.980 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:29.980 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:30.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:30.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:28.689005+0000 mgr.smithi137.dilesi (mgr.14180) 551 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:30.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:28.689005+0000 mgr.smithi137.dilesi (mgr.14180) 551 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:31.362 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:31.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:29.974543+0000 mgr.smithi137.dilesi (mgr.14180) 552 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:31.721 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:29.974543+0000 mgr.smithi137.dilesi (mgr.14180) 552 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:32.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:30.689652+0000 mgr.smithi137.dilesi (mgr.14180) 553 : 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-01-16T09:28:32.764 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:32.765 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:32.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:30.689652+0000 mgr.smithi137.dilesi (mgr.14180) 553 : 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-01-16T09:28:33.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:34.162 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:34.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:32.690451+0000 mgr.smithi137.dilesi (mgr.14180) 554 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:34.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:32.759536+0000 mgr.smithi137.dilesi (mgr.14180) 555 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:34.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:32.690451+0000 mgr.smithi137.dilesi (mgr.14180) 554 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:34.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:32.759536+0000 mgr.smithi137.dilesi (mgr.14180) 555 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:35.603 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:35.603 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:36.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:34.691068+0000 mgr.smithi137.dilesi (mgr.14180) 556 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:36.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:34.691068+0000 mgr.smithi137.dilesi (mgr.14180) 556 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:37.027 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:37.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:35.598354+0000 mgr.smithi137.dilesi (mgr.14180) 557 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:37.713 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:35.598354+0000 mgr.smithi137.dilesi (mgr.14180) 557 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:38.407 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:38.407 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:38.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:36.691860+0000 mgr.smithi137.dilesi (mgr.14180) 558 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:38.688 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:36.691860+0000 mgr.smithi137.dilesi (mgr.14180) 558 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:38.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:39.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:38.402136+0000 mgr.smithi137.dilesi (mgr.14180) 559 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:39.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:38.692601+0000 mgr.smithi137.dilesi (mgr.14180) 560 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:39.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:38.402136+0000 mgr.smithi137.dilesi (mgr.14180) 559 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:39.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:38.692601+0000 mgr.smithi137.dilesi (mgr.14180) 560 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:39.809 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:41.159 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:41.159 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:41.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:42.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:40.693087+0000 mgr.smithi137.dilesi (mgr.14180) 561 : 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-01-16T09:28:42.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:41.153390+0000 mgr.smithi137.dilesi (mgr.14180) 562 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:40.693087+0000 mgr.smithi137.dilesi (mgr.14180) 561 : 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-01-16T09:28:42.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:41.153390+0000 mgr.smithi137.dilesi (mgr.14180) 562 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:42.555 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:44.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:42.693723+0000 mgr.smithi137.dilesi (mgr.14180) 563 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:44.072 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:44.072 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:44.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:42.693723+0000 mgr.smithi137.dilesi (mgr.14180) 563 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:44.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:45.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:44.066839+0000 mgr.smithi137.dilesi (mgr.14180) 564 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:45.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:44.066839+0000 mgr.smithi137.dilesi (mgr.14180) 564 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:45.460 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:46.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:44.694517+0000 mgr.smithi137.dilesi (mgr.14180) 565 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:46.227 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:44.694517+0000 mgr.smithi137.dilesi (mgr.14180) 565 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:46.921 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:46.921 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:47.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:48.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:46.695061+0000 mgr.smithi137.dilesi (mgr.14180) 566 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:48.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:46.915230+0000 mgr.smithi137.dilesi (mgr.14180) 567 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:48.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:46.695061+0000 mgr.smithi137.dilesi (mgr.14180) 566 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:48.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:46.915230+0000 mgr.smithi137.dilesi (mgr.14180) 567 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:48.348 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:49.778 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:49.778 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:50.063 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:48.695751+0000 mgr.smithi137.dilesi (mgr.14180) 568 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:50.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:50.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:48.695751+0000 mgr.smithi137.dilesi (mgr.14180) 568 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:51.167 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:51.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:49.772760+0000 mgr.smithi137.dilesi (mgr.14180) 569 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:51.201 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:49.772760+0000 mgr.smithi137.dilesi (mgr.14180) 569 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:52.161 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:50.696421+0000 mgr.smithi137.dilesi (mgr.14180) 570 : 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-01-16T09:28:52.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:50.696421+0000 mgr.smithi137.dilesi (mgr.14180) 570 : 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-01-16T09:28:52.551 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:52.551 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:52.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:53.924 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:54.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:52.546295+0000 mgr.smithi137.dilesi (mgr.14180) 571 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:54.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:52.697203+0000 mgr.smithi137.dilesi (mgr.14180) 572 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:54.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:52.546295+0000 mgr.smithi137.dilesi (mgr.14180) 571 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:54.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:52.697203+0000 mgr.smithi137.dilesi (mgr.14180) 572 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:55.308 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:55.308 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:55.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:56.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:54.697783+0000 mgr.smithi137.dilesi (mgr.14180) 573 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:56.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:55.302817+0000 mgr.smithi137.dilesi (mgr.14180) 574 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:56.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:54.697783+0000 mgr.smithi137.dilesi (mgr.14180) 573 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:28:56.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:55.302817+0000 mgr.smithi137.dilesi (mgr.14180) 574 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:56.690 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:28:58.044 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:28:58.044 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:50.239802Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:28:58.209 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:56.698559+0000 mgr.smithi137.dilesi (mgr.14180) 575 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:58.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:56.698559+0000 mgr.smithi137.dilesi (mgr.14180) 575 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:28:58.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:28:59.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:58.038149+0000 mgr.smithi137.dilesi (mgr.14180) 576 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:59.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:58.038149+0000 mgr.smithi137.dilesi (mgr.14180) 576 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:28:59.439 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:00.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:28:58.699465+0000 mgr.smithi137.dilesi (mgr.14180) 577 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:00.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:28:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:28:59.884279+0000 mon.smithi137 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ywgqef"}]: dispatch 2024-01-16T09:29:00.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:28:58.699465+0000 mgr.smithi137.dilesi (mgr.14180) 577 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:00.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:28:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:28:59.884279+0000 mon.smithi137 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ywgqef"}]: dispatch 2024-01-16T09:29:00.805 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:00.805 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:01.087 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:28:59.883810+0000 mgr.smithi137.dilesi (mgr.14180) 578 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.087 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.087 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.ywgqef ... 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:27:07Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:27:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:28:22Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Traceback (most recent call last): 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: yield (conn, connr) 2024-01-16T09:29:01.088 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: code, '\n'.join(err))) 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.ywgqef ... 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:27:07Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:27:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:28:22Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:28:59.883972+0000 mgr.smithi137.dilesi (mgr.14180) 579 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.089 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:28:59.884815+0000 mgr.smithi137.dilesi (mgr.14180) 580 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.ywgqef ... 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:27:07Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:27:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:28:22Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.090 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:28:59.886150+0000 mgr.smithi137.dilesi (mgr.14180) 581 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi137.quirae on smithi137 2024-01-16T09:29:01.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:28:59.883810+0000 mgr.smithi137.dilesi (mgr.14180) 578 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.ywgqef ... 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:27:07Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:27:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:28:22Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Traceback (most recent call last): 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: yield (conn, connr) 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: code, '\n'.join(err))) 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.ywgqef ... 2024-01-16T09:29:01.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:27:07Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:27:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:28:22Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:28:59.883972+0000 mgr.smithi137.dilesi (mgr.14180) 579 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:28:59.884815+0000 mgr.smithi137.dilesi (mgr.14180) 580 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef 2024-01-16T09:29:01.433 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.ywgqef ... 2024-01-16T09:29:01.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:29:01.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:27:07Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:27:44Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:28:22Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:29:01.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:29:01.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:29:01.434 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:28:59.886150+0000 mgr.smithi137.dilesi (mgr.14180) 581 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi137.quirae on smithi137 2024-01-16T09:29:02.190 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:02.222 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:00.699957+0000 mgr.smithi137.dilesi (mgr.14180) 582 : 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-01-16T09:29:02.222 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:00.799399+0000 mgr.smithi137.dilesi (mgr.14180) 583 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:02.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:00.699957+0000 mgr.smithi137.dilesi (mgr.14180) 582 : 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-01-16T09:29:02.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:00.799399+0000 mgr.smithi137.dilesi (mgr.14180) 583 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:03.584 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:03.585 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:03.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:04.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:02.700650+0000 mgr.smithi137.dilesi (mgr.14180) 584 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:04.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:02.700650+0000 mgr.smithi137.dilesi (mgr.14180) 584 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:04.984 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:05.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:03.578669+0000 mgr.smithi137.dilesi (mgr.14180) 585 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:05.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:03.578669+0000 mgr.smithi137.dilesi (mgr.14180) 585 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:06.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:04.701475+0000 mgr.smithi137.dilesi (mgr.14180) 586 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:06.324 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:06.324 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:06.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:04.701475+0000 mgr.smithi137.dilesi (mgr.14180) 586 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:06.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:07.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:06.318534+0000 mgr.smithi137.dilesi (mgr.14180) 587 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:07.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:06.318534+0000 mgr.smithi137.dilesi (mgr.14180) 587 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:07.731 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:08.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:06.702100+0000 mgr.smithi137.dilesi (mgr.14180) 588 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:08.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:06.702100+0000 mgr.smithi137.dilesi (mgr.14180) 588 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:09.171 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:09.172 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:09.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:10.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:08.703001+0000 mgr.smithi137.dilesi (mgr.14180) 589 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:10.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:09.166546+0000 mgr.smithi137.dilesi (mgr.14180) 590 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:10.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:08.703001+0000 mgr.smithi137.dilesi (mgr.14180) 589 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:10.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:09.166546+0000 mgr.smithi137.dilesi (mgr.14180) 590 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:10.555 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:11.964 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:11.964 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:12.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:10.703529+0000 mgr.smithi137.dilesi (mgr.14180) 591 : 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-01-16T09:29:12.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:12.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:10.703529+0000 mgr.smithi137.dilesi (mgr.14180) 591 : 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-01-16T09:29:13.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:11.958698+0000 mgr.smithi137.dilesi (mgr.14180) 592 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:13.388 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:13.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:11.958698+0000 mgr.smithi137.dilesi (mgr.14180) 592 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:14.027 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:12.704089+0000 mgr.smithi137.dilesi (mgr.14180) 593 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:14.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:12.704089+0000 mgr.smithi137.dilesi (mgr.14180) 593 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:14.792 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:14.793 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:15.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:16.220 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:16.253 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:14.704709+0000 mgr.smithi137.dilesi (mgr.14180) 594 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:16.253 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:14.787329+0000 mgr.smithi137.dilesi (mgr.14180) 595 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:16.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:14.704709+0000 mgr.smithi137.dilesi (mgr.14180) 594 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:16.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:14.787329+0000 mgr.smithi137.dilesi (mgr.14180) 595 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:17.619 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:17.619 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:18.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:18.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:16.705407+0000 mgr.smithi137.dilesi (mgr.14180) 596 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:18.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:16.705407+0000 mgr.smithi137.dilesi (mgr.14180) 596 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:19.020 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:19.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:17.613737+0000 mgr.smithi137.dilesi (mgr.14180) 597 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:19.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:17.613737+0000 mgr.smithi137.dilesi (mgr.14180) 597 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:20.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:18.706094+0000 mgr.smithi137.dilesi (mgr.14180) 598 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:20.406 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:20.406 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:20.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:18.706094+0000 mgr.smithi137.dilesi (mgr.14180) 598 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:20.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:21.794 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:22.128 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:20.401236+0000 mgr.smithi137.dilesi (mgr.14180) 599 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:22.128 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:20.706613+0000 mgr.smithi137.dilesi (mgr.14180) 600 : 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-01-16T09:29:22.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:20.401236+0000 mgr.smithi137.dilesi (mgr.14180) 599 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:22.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:20.706613+0000 mgr.smithi137.dilesi (mgr.14180) 600 : 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-01-16T09:29:23.148 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:23.148 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:23.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:24.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:22.707258+0000 mgr.smithi137.dilesi (mgr.14180) 601 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:24.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:23.142200+0000 mgr.smithi137.dilesi (mgr.14180) 602 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:24.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:22.707258+0000 mgr.smithi137.dilesi (mgr.14180) 601 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:24.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:23.142200+0000 mgr.smithi137.dilesi (mgr.14180) 602 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:24.535 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:25.963 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:25.963 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:26.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:24.707940+0000 mgr.smithi137.dilesi (mgr.14180) 603 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:26.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:26.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:24.707940+0000 mgr.smithi137.dilesi (mgr.14180) 603 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:27.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:25.957478+0000 mgr.smithi137.dilesi (mgr.14180) 604 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:27.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:25.957478+0000 mgr.smithi137.dilesi (mgr.14180) 604 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:27.388 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:28.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:26.708579+0000 mgr.smithi137.dilesi (mgr.14180) 605 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:28.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:26.708579+0000 mgr.smithi137.dilesi (mgr.14180) 605 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:28.798 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:28.798 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:29.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:30.193 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:30.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:28.709354+0000 mgr.smithi137.dilesi (mgr.14180) 606 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:30.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:28.792635+0000 mgr.smithi137.dilesi (mgr.14180) 607 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:30.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:28.709354+0000 mgr.smithi137.dilesi (mgr.14180) 606 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:30.432 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:28.792635+0000 mgr.smithi137.dilesi (mgr.14180) 607 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:31.596 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:31.597 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:31.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:32.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:30.709905+0000 mgr.smithi137.dilesi (mgr.14180) 608 : 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-01-16T09:29:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:30.709905+0000 mgr.smithi137.dilesi (mgr.14180) 608 : 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-01-16T09:29:32.968 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:33.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:31.591236+0000 mgr.smithi137.dilesi (mgr.14180) 609 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:33.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:31.591236+0000 mgr.smithi137.dilesi (mgr.14180) 609 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:34.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:32.710857+0000 mgr.smithi137.dilesi (mgr.14180) 610 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:34.380 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:34.380 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:34.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:32.710857+0000 mgr.smithi137.dilesi (mgr.14180) 610 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:34.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:35.760 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:36.134 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:34.375120+0000 mgr.smithi137.dilesi (mgr.14180) 611 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:36.134 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:34.711611+0000 mgr.smithi137.dilesi (mgr.14180) 612 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:34.375120+0000 mgr.smithi137.dilesi (mgr.14180) 611 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:34.711611+0000 mgr.smithi137.dilesi (mgr.14180) 612 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:37.186 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:37.186 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:37.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:38.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:36.712235+0000 mgr.smithi137.dilesi (mgr.14180) 613 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:38.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:37.179968+0000 mgr.smithi137.dilesi (mgr.14180) 614 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:38.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:36.712235+0000 mgr.smithi137.dilesi (mgr.14180) 613 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:38.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:37.179968+0000 mgr.smithi137.dilesi (mgr.14180) 614 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:38.641 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:40.059 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:40.059 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:40.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:38.713021+0000 mgr.smithi137.dilesi (mgr.14180) 615 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:40.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:38.713021+0000 mgr.smithi137.dilesi (mgr.14180) 615 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:40.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:41.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:40.054078+0000 mgr.smithi137.dilesi (mgr.14180) 616 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:41.459 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:41.490 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:40.054078+0000 mgr.smithi137.dilesi (mgr.14180) 616 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:42.127 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:40.713556+0000 mgr.smithi137.dilesi (mgr.14180) 617 : 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-01-16T09:29:42.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:40.713556+0000 mgr.smithi137.dilesi (mgr.14180) 617 : 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-01-16T09:29:42.837 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:42.837 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:43.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:44.216 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:42.714133+0000 mgr.smithi137.dilesi (mgr.14180) 618 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:44.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:42.831717+0000 mgr.smithi137.dilesi (mgr.14180) 619 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:44.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:42.714133+0000 mgr.smithi137.dilesi (mgr.14180) 618 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:44.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:42.831717+0000 mgr.smithi137.dilesi (mgr.14180) 619 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:45.616 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:45.616 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:46.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:46.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:44.714857+0000 mgr.smithi137.dilesi (mgr.14180) 620 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:46.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:44.714857+0000 mgr.smithi137.dilesi (mgr.14180) 620 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:47.014 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:47.358 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:45.610666+0000 mgr.smithi137.dilesi (mgr.14180) 621 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:45.610666+0000 mgr.smithi137.dilesi (mgr.14180) 621 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:48.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:46.715611+0000 mgr.smithi137.dilesi (mgr.14180) 622 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:48.365 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:48.365 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:48.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:46.715611+0000 mgr.smithi137.dilesi (mgr.14180) 622 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:48.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:49.775 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:50.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:48.360314+0000 mgr.smithi137.dilesi (mgr.14180) 623 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:50.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:48.716244+0000 mgr.smithi137.dilesi (mgr.14180) 624 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:50.442 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:48.360314+0000 mgr.smithi137.dilesi (mgr.14180) 623 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:50.442 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:48.716244+0000 mgr.smithi137.dilesi (mgr.14180) 624 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:51.176 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:51.176 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:51.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:52.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:50.716840+0000 mgr.smithi137.dilesi (mgr.14180) 625 : 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-01-16T09:29:52.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:51.170978+0000 mgr.smithi137.dilesi (mgr.14180) 626 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:52.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:50.716840+0000 mgr.smithi137.dilesi (mgr.14180) 625 : 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-01-16T09:29:52.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:51.170978+0000 mgr.smithi137.dilesi (mgr.14180) 626 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:52.572 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:53.965 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:53.966 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:54.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:52.717411+0000 mgr.smithi137.dilesi (mgr.14180) 627 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:54.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:54.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:52.717411+0000 mgr.smithi137.dilesi (mgr.14180) 627 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:55.381 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:55.415 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:53.960612+0000 mgr.smithi137.dilesi (mgr.14180) 628 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:55.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:53.960612+0000 mgr.smithi137.dilesi (mgr.14180) 628 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:56.425 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:54.718097+0000 mgr.smithi137.dilesi (mgr.14180) 629 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:56.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:54.718097+0000 mgr.smithi137.dilesi (mgr.14180) 629 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:29:56.810 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:56.810 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:29:57.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:29:58.239 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:29:58.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:56.718640+0000 mgr.smithi137.dilesi (mgr.14180) 630 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:58.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:29:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:56.804781+0000 mgr.smithi137.dilesi (mgr.14180) 631 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:58.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:56.718640+0000 mgr.smithi137.dilesi (mgr.14180) 630 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:29:58.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:29:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:56.804781+0000 mgr.smithi137.dilesi (mgr.14180) 631 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:29:59.615 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:29:59.615 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:00.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:00.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:29:58.719519+0000 mgr.smithi137.dilesi (mgr.14180) 632 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:00.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:00.000148+0000 mon.smithi137 (mon.0) 677 : cluster [INF] overall HEALTH_OK 2024-01-16T09:30:00.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:29:58.719519+0000 mgr.smithi137.dilesi (mgr.14180) 632 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:00.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:00.000148+0000 mon.smithi137 (mon.0) 677 : cluster [INF] overall HEALTH_OK 2024-01-16T09:30:01.046 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:01.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:29:59.609029+0000 mgr.smithi137.dilesi (mgr.14180) 633 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:01.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:29:59.609029+0000 mgr.smithi137.dilesi (mgr.14180) 633 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:02.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:00.720394+0000 mgr.smithi137.dilesi (mgr.14180) 634 : 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-01-16T09:30:02.506 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:02.506 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:02.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:00.720394+0000 mgr.smithi137.dilesi (mgr.14180) 634 : 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-01-16T09:30:02.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:03.868 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:04.231 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:02.500262+0000 mgr.smithi137.dilesi (mgr.14180) 635 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:04.231 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:02.721093+0000 mgr.smithi137.dilesi (mgr.14180) 636 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:04.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:02.500262+0000 mgr.smithi137.dilesi (mgr.14180) 635 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:04.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:02.721093+0000 mgr.smithi137.dilesi (mgr.14180) 636 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:05.274 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:05.274 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:05.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:06.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:04.721692+0000 mgr.smithi137.dilesi (mgr.14180) 637 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:06.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:05.267953+0000 mgr.smithi137.dilesi (mgr.14180) 638 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:06.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:04.721692+0000 mgr.smithi137.dilesi (mgr.14180) 637 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:06.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:05.267953+0000 mgr.smithi137.dilesi (mgr.14180) 638 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:06.671 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:08.115 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:08.115 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:08.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:06.722354+0000 mgr.smithi137.dilesi (mgr.14180) 639 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:08.434 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:06.722354+0000 mgr.smithi137.dilesi (mgr.14180) 639 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:08.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:09.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:08.109512+0000 mgr.smithi137.dilesi (mgr.14180) 640 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:09.505 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:09.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:08.109512+0000 mgr.smithi137.dilesi (mgr.14180) 640 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:10.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:08.722926+0000 mgr.smithi137.dilesi (mgr.14180) 641 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:10.521 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:08.722926+0000 mgr.smithi137.dilesi (mgr.14180) 641 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:10.898 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:10.898 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:11.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:12.288 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:12.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:10.723469+0000 mgr.smithi137.dilesi (mgr.14180) 642 : 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-01-16T09:30:12.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:10.893160+0000 mgr.smithi137.dilesi (mgr.14180) 643 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:12.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:10.723469+0000 mgr.smithi137.dilesi (mgr.14180) 642 : 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-01-16T09:30:12.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:10.893160+0000 mgr.smithi137.dilesi (mgr.14180) 643 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:13.764 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:13.764 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:14.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:14.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:12.724170+0000 mgr.smithi137.dilesi (mgr.14180) 644 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:12.724170+0000 mgr.smithi137.dilesi (mgr.14180) 644 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:15.195 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:15.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:13.758568+0000 mgr.smithi137.dilesi (mgr.14180) 645 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:15.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:13.758568+0000 mgr.smithi137.dilesi (mgr.14180) 645 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:16.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:14.724859+0000 mgr.smithi137.dilesi (mgr.14180) 646 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:16.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:14.724859+0000 mgr.smithi137.dilesi (mgr.14180) 646 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:16.616 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:16.617 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:17.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:18.027 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:18.378 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:16.611290+0000 mgr.smithi137.dilesi (mgr.14180) 647 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:18.378 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:16.725515+0000 mgr.smithi137.dilesi (mgr.14180) 648 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:18.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:16.611290+0000 mgr.smithi137.dilesi (mgr.14180) 647 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:18.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:16.725515+0000 mgr.smithi137.dilesi (mgr.14180) 648 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:19.457 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:19.457 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:19.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:20.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:18.726139+0000 mgr.smithi137.dilesi (mgr.14180) 649 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:20.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:18.726139+0000 mgr.smithi137.dilesi (mgr.14180) 649 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:20.852 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:21.407 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:19.451173+0000 mgr.smithi137.dilesi (mgr.14180) 650 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:21.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:19.451173+0000 mgr.smithi137.dilesi (mgr.14180) 650 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:22.286 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:22.286 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:22.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:20.726803+0000 mgr.smithi137.dilesi (mgr.14180) 651 : 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-01-16T09:30:22.486 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:20.726803+0000 mgr.smithi137.dilesi (mgr.14180) 651 : 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-01-16T09:30:22.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:23.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:22.280112+0000 mgr.smithi137.dilesi (mgr.14180) 652 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:23.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:22.280112+0000 mgr.smithi137.dilesi (mgr.14180) 652 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:23.711 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:24.403 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:22.727616+0000 mgr.smithi137.dilesi (mgr.14180) 653 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:24.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:22.727616+0000 mgr.smithi137.dilesi (mgr.14180) 653 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:25.093 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:25.093 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:25.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:26.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:24.728297+0000 mgr.smithi137.dilesi (mgr.14180) 654 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:26.431 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:25.087938+0000 mgr.smithi137.dilesi (mgr.14180) 655 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:26.493 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:26.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:24.728297+0000 mgr.smithi137.dilesi (mgr.14180) 654 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:26.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:25.087938+0000 mgr.smithi137.dilesi (mgr.14180) 655 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:27.888 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:27.888 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:28.256 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:26.728838+0000 mgr.smithi137.dilesi (mgr.14180) 656 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:28.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:28.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:26.728838+0000 mgr.smithi137.dilesi (mgr.14180) 656 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:29.317 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:29.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:27.882478+0000 mgr.smithi137.dilesi (mgr.14180) 657 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:29.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:27.882478+0000 mgr.smithi137.dilesi (mgr.14180) 657 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:30.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:28.729544+0000 mgr.smithi137.dilesi (mgr.14180) 658 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:30.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:28.729544+0000 mgr.smithi137.dilesi (mgr.14180) 658 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:30.763 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:30.763 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:31.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:32.149 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:30.730172+0000 mgr.smithi137.dilesi (mgr.14180) 659 : 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-01-16T09:30:32.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:30.758198+0000 mgr.smithi137.dilesi (mgr.14180) 660 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:32.476 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:30.730172+0000 mgr.smithi137.dilesi (mgr.14180) 659 : 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-01-16T09:30:32.476 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:30.758198+0000 mgr.smithi137.dilesi (mgr.14180) 660 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:33.535 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:33.535 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:33.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:34.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:32.731028+0000 mgr.smithi137.dilesi (mgr.14180) 661 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:34.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:32.731028+0000 mgr.smithi137.dilesi (mgr.14180) 661 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:34.915 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:35.258 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:33.529507+0000 mgr.smithi137.dilesi (mgr.14180) 662 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:35.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:33.529507+0000 mgr.smithi137.dilesi (mgr.14180) 662 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:36.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:34.731637+0000 mgr.smithi137.dilesi (mgr.14180) 663 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:36.366 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:36.366 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:34.731637+0000 mgr.smithi137.dilesi (mgr.14180) 663 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:36.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:37.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:36.360801+0000 mgr.smithi137.dilesi (mgr.14180) 664 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:37.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:36.360801+0000 mgr.smithi137.dilesi (mgr.14180) 664 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:37.783 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:38.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:36.732195+0000 mgr.smithi137.dilesi (mgr.14180) 665 : 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-01-16T09:30:38.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:36.732195+0000 mgr.smithi137.dilesi (mgr.14180) 665 : 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-01-16T09:30:39.361 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:39.361 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:39.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:40.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:38.732900+0000 mgr.smithi137.dilesi (mgr.14180) 666 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:40.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:39.355636+0000 mgr.smithi137.dilesi (mgr.14180) 667 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:40.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:38.732900+0000 mgr.smithi137.dilesi (mgr.14180) 666 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:40.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:39.355636+0000 mgr.smithi137.dilesi (mgr.14180) 667 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:40.756 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:42.118 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:42.119 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:42.520 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:40.733776+0000 mgr.smithi137.dilesi (mgr.14180) 668 : 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-01-16T09:30:42.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:42.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:40.733776+0000 mgr.smithi137.dilesi (mgr.14180) 668 : 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-01-16T09:30:43.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:42.113123+0000 mgr.smithi137.dilesi (mgr.14180) 669 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:43.544 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:43.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:42.113123+0000 mgr.smithi137.dilesi (mgr.14180) 669 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:44.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:42.734631+0000 mgr.smithi137.dilesi (mgr.14180) 670 : 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-01-16T09:30:44.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:42.734631+0000 mgr.smithi137.dilesi (mgr.14180) 670 : 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-01-16T09:30:44.927 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:44.927 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:45.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:46.332 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:46.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:44.735219+0000 mgr.smithi137.dilesi (mgr.14180) 671 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:46.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:44.921363+0000 mgr.smithi137.dilesi (mgr.14180) 672 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:46.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:44.735219+0000 mgr.smithi137.dilesi (mgr.14180) 671 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:46.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:44.921363+0000 mgr.smithi137.dilesi (mgr.14180) 672 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:47.764 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:47.765 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:48.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:48.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:46.735738+0000 mgr.smithi137.dilesi (mgr.14180) 673 : 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-01-16T09:30:48.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:46.735738+0000 mgr.smithi137.dilesi (mgr.14180) 673 : 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-01-16T09:30:49.147 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:49.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:47.759661+0000 mgr.smithi137.dilesi (mgr.14180) 674 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:49.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:47.759661+0000 mgr.smithi137.dilesi (mgr.14180) 674 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:50.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:48.736605+0000 mgr.smithi137.dilesi (mgr.14180) 675 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:50.661 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:50.662 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:50.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:48.736605+0000 mgr.smithi137.dilesi (mgr.14180) 675 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:51.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:52.097 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:52.439 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:50.656324+0000 mgr.smithi137.dilesi (mgr.14180) 676 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:52.440 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:50.737156+0000 mgr.smithi137.dilesi (mgr.14180) 677 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:52.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:50.656324+0000 mgr.smithi137.dilesi (mgr.14180) 676 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:52.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:50.737156+0000 mgr.smithi137.dilesi (mgr.14180) 677 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:53.456 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:53.456 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:53.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:54.529 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:52.737823+0000 mgr.smithi137.dilesi (mgr.14180) 678 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:54.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:52.737823+0000 mgr.smithi137.dilesi (mgr.14180) 678 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:54.845 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:55.506 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:53.451165+0000 mgr.smithi137.dilesi (mgr.14180) 679 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:55.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:53.451165+0000 mgr.smithi137.dilesi (mgr.14180) 679 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:56.212 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:56.212 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:56.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:54.738461+0000 mgr.smithi137.dilesi (mgr.14180) 680 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:56.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:30:56.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:54.738461+0000 mgr.smithi137.dilesi (mgr.14180) 680 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:30:57.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:56.207092+0000 mgr.smithi137.dilesi (mgr.14180) 681 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:57.604 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:30:57.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:56.207092+0000 mgr.smithi137.dilesi (mgr.14180) 681 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:30:58.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:30:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:56.739002+0000 mgr.smithi137.dilesi (mgr.14180) 682 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:58.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:30:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:56.739002+0000 mgr.smithi137.dilesi (mgr.14180) 682 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:30:58.964 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:30:58.965 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:30:59.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:00.344 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:30:58.739681+0000 mgr.smithi137.dilesi (mgr.14180) 683 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:31:00.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:30:58.958893+0000 mgr.smithi137.dilesi (mgr.14180) 684 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:00.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:30:58.739681+0000 mgr.smithi137.dilesi (mgr.14180) 683 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:31:00.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:30:58.958893+0000 mgr.smithi137.dilesi (mgr.14180) 684 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:01.819 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:01.819 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:02.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:02.527 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:00.740239+0000 mgr.smithi137.dilesi (mgr.14180) 685 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:31:02.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:00.740239+0000 mgr.smithi137.dilesi (mgr.14180) 685 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:31:03.202 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:03.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:01.813923+0000 mgr.smithi137.dilesi (mgr.14180) 686 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:03.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:01.813923+0000 mgr.smithi137.dilesi (mgr.14180) 686 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:04.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:02.740845+0000 mgr.smithi137.dilesi (mgr.14180) 687 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-16T09:31:04.679 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:04.679 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:04.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:02.740845+0000 mgr.smithi137.dilesi (mgr.14180) 687 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 0 B/s wr, 8 op/s 2024-01-16T09:31:05.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:06.094 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:06.452 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:04.674262+0000 mgr.smithi137.dilesi (mgr.14180) 688 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:06.452 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:04.741513+0000 mgr.smithi137.dilesi (mgr.14180) 689 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-01-16T09:31:06.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:04.674262+0000 mgr.smithi137.dilesi (mgr.14180) 688 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:06.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:04.741513+0000 mgr.smithi137.dilesi (mgr.14180) 689 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 51 op/s 2024-01-16T09:31:07.511 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:07.512 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:07.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:08.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:06.742264+0000 mgr.smithi137.dilesi (mgr.14180) 690 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-16T09:31:08.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:06.742264+0000 mgr.smithi137.dilesi (mgr.14180) 690 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-16T09:31:08.885 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:09.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:07.506739+0000 mgr.smithi137.dilesi (mgr.14180) 691 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:09.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:07.506739+0000 mgr.smithi137.dilesi (mgr.14180) 691 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:10.396 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:10.396 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:10.417 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:08.743012+0000 mgr.smithi137.dilesi (mgr.14180) 692 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-16T09:31:10.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:08.743012+0000 mgr.smithi137.dilesi (mgr.14180) 692 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-16T09:31:10.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:11.800 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:12.511 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:10.390798+0000 mgr.smithi137.dilesi (mgr.14180) 693 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:12.511 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:10.743610+0000 mgr.smithi137.dilesi (mgr.14180) 694 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-16T09:31:12.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:10.390798+0000 mgr.smithi137.dilesi (mgr.14180) 693 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:12.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:10.743610+0000 mgr.smithi137.dilesi (mgr.14180) 694 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-16T09:31:13.208 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:13.209 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:13.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:12.744187+0000 mgr.smithi137.dilesi (mgr.14180) 695 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-16T09:31:14.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:13.203769+0000 mgr.smithi137.dilesi (mgr.14180) 696 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:14.625 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:14.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:12.744187+0000 mgr.smithi137.dilesi (mgr.14180) 695 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-16T09:31:14.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:13.203769+0000 mgr.smithi137.dilesi (mgr.14180) 696 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:16.010 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:16.010 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:16.355 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:14.744877+0000 mgr.smithi137.dilesi (mgr.14180) 697 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-16T09:31:16.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:16.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:14.744877+0000 mgr.smithi137.dilesi (mgr.14180) 697 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-16T09:31:17.433 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:17.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:16.005065+0000 mgr.smithi137.dilesi (mgr.14180) 698 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:17.758 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:16.005065+0000 mgr.smithi137.dilesi (mgr.14180) 698 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:18.444 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:16.745466+0000 mgr.smithi137.dilesi (mgr.14180) 699 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 23 op/s 2024-01-16T09:31:18.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:16.745466+0000 mgr.smithi137.dilesi (mgr.14180) 699 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 23 op/s 2024-01-16T09:31:18.804 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:18.804 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:19.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:20.208 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:20.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:18.746081+0000 mgr.smithi137.dilesi (mgr.14180) 700 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-01-16T09:31:20.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:18.798960+0000 mgr.smithi137.dilesi (mgr.14180) 701 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:20.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:18.746081+0000 mgr.smithi137.dilesi (mgr.14180) 700 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-01-16T09:31:20.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:18.798960+0000 mgr.smithi137.dilesi (mgr.14180) 701 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:21.608 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:21.608 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:21.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:22.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:20.746626+0000 mgr.smithi137.dilesi (mgr.14180) 702 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2024-01-16T09:31:22.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:20.746626+0000 mgr.smithi137.dilesi (mgr.14180) 702 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2024-01-16T09:31:23.000 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:23.659 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:21.603264+0000 mgr.smithi137.dilesi (mgr.14180) 703 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:23.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:21.603264+0000 mgr.smithi137.dilesi (mgr.14180) 703 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:24.377 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:24.377 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:24.676 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:22.747458+0000 mgr.smithi137.dilesi (mgr.14180) 704 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-16T09:31:24.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:22.747458+0000 mgr.smithi137.dilesi (mgr.14180) 704 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-16T09:31:24.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:25.869 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:26.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:24.372063+0000 mgr.smithi137.dilesi (mgr.14180) 705 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:26.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:24.748118+0000 mgr.smithi137.dilesi (mgr.14180) 706 : cluster [DBG] pgmap v447: 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-01-16T09:31:26.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:24.372063+0000 mgr.smithi137.dilesi (mgr.14180) 705 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:26.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:24.748118+0000 mgr.smithi137.dilesi (mgr.14180) 706 : cluster [DBG] pgmap v447: 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-01-16T09:31:27.334 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:27.335 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:23:26.605782Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hklsee on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-hklsee\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.hklsee\nDeploy daemon haproxy.nfs.foo.smithi184.hklsee ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:21:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:22:49Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.790338Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.praejt on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-praejt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.praejt\nDeploy daemon haproxy.nfs.foo.smithi137.praejt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:24:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:25:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:26:25.794751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jfcnmr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:27.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:28.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:26.748701+0000 mgr.smithi137.dilesi (mgr.14180) 707 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-16T09:31:28.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:27.329512+0000 mgr.smithi137.dilesi (mgr.14180) 708 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:28.688 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:26.748701+0000 mgr.smithi137.dilesi (mgr.14180) 707 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-16T09:31:28.688 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:27.329512+0000 mgr.smithi137.dilesi (mgr.14180) 708 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:28.755 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:30.189 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:30.189 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:27.175342Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:27.175515Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:27.175590Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:27.175656Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:27.175732Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:27.175970Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:30.358 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:28.749362+0000 mgr.smithi137.dilesi (mgr.14180) 709 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-16T09:31:30.358 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:30.105783+0000 mon.smithi137 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi137.quirae"}]: dispatch 2024-01-16T09:31:30.359 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:30.112888+0000 mon.smithi137 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:31:30.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:30.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:28.749362+0000 mgr.smithi137.dilesi (mgr.14180) 709 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-16T09:31:30.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:30.105783+0000 mon.smithi137 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi137.quirae"}]: dispatch 2024-01-16T09:31:30.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:30.112888+0000 mon.smithi137 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:31:31.585 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:31.615 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:30.105313+0000 mgr.smithi137.dilesi (mgr.14180) 710 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.615 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.615 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.615 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.615 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.quirae ... 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:29:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:30:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:30:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Traceback (most recent call last): 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: yield (conn, connr) 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: code, '\n'.join(err))) 2024-01-16T09:31:31.616 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.quirae ... 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:29:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:30:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:30:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:30.105490+0000 mgr.smithi137.dilesi (mgr.14180) 711 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:30.106336+0000 mgr.smithi137.dilesi (mgr.14180) 712 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.617 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.quirae ... 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:29:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:30:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:30:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:30.107489+0000 mgr.smithi137.dilesi (mgr.14180) 713 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:30.108402+0000 mgr.smithi137.dilesi (mgr.14180) 714 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:30.109386+0000 mgr.smithi137.dilesi (mgr.14180) 715 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 7 op/s 2024-01-16T09:31:31.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:30.184341+0000 mgr.smithi137.dilesi (mgr.14180) 716 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:31.619 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:30.303794+0000 mon.smithi137 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:31:31.619 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:30.358995+0000 mon.smithi137 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:31.619 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:30.610833+0000 mon.smithi137 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:31.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:30.105313+0000 mgr.smithi137.dilesi (mgr.14180) 710 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.quirae ... 2024-01-16T09:31:31.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:29:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:30:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:30:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Traceback (most recent call last): 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: yield (conn, connr) 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: code, '\n'.join(err))) 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.quirae ... 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:29:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:30:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:30:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:30.105490+0000 mgr.smithi137.dilesi (mgr.14180) 711 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:30.106336+0000 mgr.smithi137.dilesi (mgr.14180) 712 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.quirae ... 2024-01-16T09:31:31.682 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:29:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:30:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:30:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:30.107489+0000 mgr.smithi137.dilesi (mgr.14180) 713 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:30.108402+0000 mgr.smithi137.dilesi (mgr.14180) 714 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:30.109386+0000 mgr.smithi137.dilesi (mgr.14180) 715 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 7 op/s 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:30.184341+0000 mgr.smithi137.dilesi (mgr.14180) 716 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:30.303794+0000 mon.smithi137 (mon.0) 680 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:30.358995+0000 mon.smithi137 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:31.683 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:30.610833+0000 mon.smithi137 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:32.992 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:31.740264+0000 mon.smithi137 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:32.992 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:32.023640+0000 mon.smithi137 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:32.992 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:32.024238+0000 mon.smithi137 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:32.992 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:32.024797+0000 mon.smithi137 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:32.992 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:32.025315+0000 mon.smithi137 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:32.993 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:32.025754+0000 mgr.smithi137.dilesi (mgr.14180) 717 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3734M 2024-01-16T09:31:32.993 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:32.029559+0000 mon.smithi137 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:32.993 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:32.110093+0000 mgr.smithi137.dilesi (mgr.14180) 718 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-16T09:31:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:31.740264+0000 mon.smithi137 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:32.023640+0000 mon.smithi137 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:32.024238+0000 mon.smithi137 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:32.024797+0000 mon.smithi137 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:32.025315+0000 mon.smithi137 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:32.025754+0000 mgr.smithi137.dilesi (mgr.14180) 717 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3734M 2024-01-16T09:31:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:32.029559+0000 mon.smithi137 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:33.180 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:32.110093+0000 mgr.smithi137.dilesi (mgr.14180) 718 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-16T09:31:33.443 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:33.443 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:26:30.025507Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:26:30.025573Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:26:30.025636Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:26:30.025402Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:26:30.025244Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:26:30.026135Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:26:30.025698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:26:30.025836Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:26:30.025776Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:26:30.026074Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:33.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:34.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:32.935879+0000 mon.smithi137 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:34.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:32.935879+0000 mon.smithi137 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:34.865 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:35.225 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:33.438087+0000 mgr.smithi137.dilesi (mgr.14180) 719 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:35.225 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:34.111060+0000 mgr.smithi137.dilesi (mgr.14180) 720 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-16T09:31:35.225 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:34.900833+0000 mon.smithi137 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:35.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:33.438087+0000 mgr.smithi137.dilesi (mgr.14180) 719 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:35.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:34.111060+0000 mgr.smithi137.dilesi (mgr.14180) 720 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-16T09:31:35.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:34.900833+0000 mon.smithi137 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.195833+0000 mon.smithi137 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.196516+0000 mon.smithi137 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.197053+0000 mon.smithi137 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.197585+0000 mon.smithi137 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:35.197999+0000 mgr.smithi137.dilesi (mgr.14180) 721 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 2710M 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.203847+0000 mon.smithi137 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.204665+0000 mon.smithi137 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.205244+0000 mon.smithi137 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:35.208262+0000 mgr.smithi137.dilesi (mgr.14180) 722 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.371759+0000 mon.smithi137 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:36.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.377074+0000 mon.smithi137 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:31:36.277 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:35.385143+0000 mon.smithi137 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:36.287 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:36.288 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.195833+0000 mon.smithi137 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.196516+0000 mon.smithi137 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.197053+0000 mon.smithi137 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.197585+0000 mon.smithi137 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:35.197999+0000 mgr.smithi137.dilesi (mgr.14180) 721 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 2710M 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.203847+0000 mon.smithi137 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.204665+0000 mon.smithi137 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.205244+0000 mon.smithi137 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:35.208262+0000 mgr.smithi137.dilesi (mgr.14180) 722 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.371759+0000 mon.smithi137 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.377074+0000 mon.smithi137 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:31:36.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:35.385143+0000 mon.smithi137 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:31:36.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:37.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:35.372582+0000 mgr.smithi137.dilesi (mgr.14180) 723 : cluster [DBG] pgmap v453: 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-01-16T09:31:37.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:31:35.387310+0000 mgr.smithi137.dilesi (mgr.14180) 724 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.popdsf on smithi184 2024-01-16T09:31:37.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:36.282988+0000 mgr.smithi137.dilesi (mgr.14180) 725 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:37.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:36.369992+0000 mon.smithi137 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:31:37.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:36.370032+0000 mon.smithi137 (mon.0) 702 : cluster [INF] Cluster is now healthy 2024-01-16T09:31:37.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:35.372582+0000 mgr.smithi137.dilesi (mgr.14180) 723 : cluster [DBG] pgmap v453: 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-01-16T09:31:37.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:31:35.387310+0000 mgr.smithi137.dilesi (mgr.14180) 724 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.popdsf on smithi184 2024-01-16T09:31:37.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:36.282988+0000 mgr.smithi137.dilesi (mgr.14180) 725 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:37.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:36.369992+0000 mon.smithi137 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:31:37.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:36.370032+0000 mon.smithi137 (mon.0) 702 : cluster [INF] Cluster is now healthy 2024-01-16T09:31:37.696 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:39.154 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:39.155 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:39.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:37.373356+0000 mgr.smithi137.dilesi (mgr.14180) 726 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-01-16T09:31:39.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:37.373356+0000 mgr.smithi137.dilesi (mgr.14180) 726 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 867 B/s rd, 0 op/s 2024-01-16T09:31:39.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:40.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:39.149653+0000 mgr.smithi137.dilesi (mgr.14180) 727 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:40.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:39.149653+0000 mgr.smithi137.dilesi (mgr.14180) 727 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:40.538 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:41.215 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:39.373936+0000 mgr.smithi137.dilesi (mgr.14180) 728 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-01-16T09:31:41.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:39.373936+0000 mgr.smithi137.dilesi (mgr.14180) 728 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-01-16T09:31:41.936 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:41.936 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:42.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:43.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:41.374476+0000 mgr.smithi137.dilesi (mgr.14180) 729 : cluster [DBG] pgmap v456: 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-01-16T09:31:43.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:41.932256+0000 mgr.smithi137.dilesi (mgr.14180) 730 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:43.320 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:43.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:41.374476+0000 mgr.smithi137.dilesi (mgr.14180) 729 : cluster [DBG] pgmap v456: 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-01-16T09:31:43.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:41.932256+0000 mgr.smithi137.dilesi (mgr.14180) 730 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:44.725 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:44.726 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:45.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:43.375061+0000 mgr.smithi137.dilesi (mgr.14180) 731 : cluster [DBG] pgmap v457: 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-01-16T09:31:45.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:45.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:43.375061+0000 mgr.smithi137.dilesi (mgr.14180) 731 : cluster [DBG] pgmap v457: 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-01-16T09:31:46.139 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:46.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:44.720491+0000 mgr.smithi137.dilesi (mgr.14180) 732 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:46.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:44.720491+0000 mgr.smithi137.dilesi (mgr.14180) 732 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:47.183 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:45.375710+0000 mgr.smithi137.dilesi (mgr.14180) 733 : cluster [DBG] pgmap v458: 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-01-16T09:31:47.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:45.375710+0000 mgr.smithi137.dilesi (mgr.14180) 733 : cluster [DBG] pgmap v458: 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-01-16T09:31:47.545 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:47.545 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:47.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:48.939 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:49.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:47.376321+0000 mgr.smithi137.dilesi (mgr.14180) 734 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-01-16T09:31:49.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:47.541214+0000 mgr.smithi137.dilesi (mgr.14180) 735 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:49.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:47.376321+0000 mgr.smithi137.dilesi (mgr.14180) 734 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-01-16T09:31:49.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:47.541214+0000 mgr.smithi137.dilesi (mgr.14180) 735 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:50.379 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:50.379 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:50.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:51.026 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:49.376996+0000 mgr.smithi137.dilesi (mgr.14180) 736 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-16T09:31:51.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:49.376996+0000 mgr.smithi137.dilesi (mgr.14180) 736 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-16T09:31:51.771 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:52.144 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:50.374868+0000 mgr.smithi137.dilesi (mgr.14180) 737 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:52.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:50.374868+0000 mgr.smithi137.dilesi (mgr.14180) 737 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:53.189 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:53.189 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:53.216 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:51.377607+0000 mgr.smithi137.dilesi (mgr.14180) 738 : 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-01-16T09:31:53.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:51.377607+0000 mgr.smithi137.dilesi (mgr.14180) 738 : 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-01-16T09:31:53.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:54.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:53.184828+0000 mgr.smithi137.dilesi (mgr.14180) 739 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:54.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:53.184828+0000 mgr.smithi137.dilesi (mgr.14180) 739 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:54.627 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:55.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:53.378161+0000 mgr.smithi137.dilesi (mgr.14180) 740 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:31:55.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:53.378161+0000 mgr.smithi137.dilesi (mgr.14180) 740 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:31:56.089 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:56.089 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:56.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:57.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:55.378945+0000 mgr.smithi137.dilesi (mgr.14180) 741 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:31:57.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:56.085077+0000 mgr.smithi137.dilesi (mgr.14180) 742 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:57.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:55.378945+0000 mgr.smithi137.dilesi (mgr.14180) 741 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:31:57.368 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:56.085077+0000 mgr.smithi137.dilesi (mgr.14180) 742 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:31:57.469 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:31:58.880 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:31:58.880 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:31:59.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:31:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:57.379710+0000 mgr.smithi137.dilesi (mgr.14180) 743 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:31:59.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:31:59.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:31:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:57.379710+0000 mgr.smithi137.dilesi (mgr.14180) 743 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:00.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:31:58.875551+0000 mgr.smithi137.dilesi (mgr.14180) 744 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:00.322 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:00.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:31:58.875551+0000 mgr.smithi137.dilesi (mgr.14180) 744 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:01.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:31:59.380378+0000 mgr.smithi137.dilesi (mgr.14180) 745 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:01.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:31:59.380378+0000 mgr.smithi137.dilesi (mgr.14180) 745 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:01.685 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:01.686 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:02.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:03.085 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:03.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:01.380998+0000 mgr.smithi137.dilesi (mgr.14180) 746 : 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-01-16T09:32:03.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:01.681396+0000 mgr.smithi137.dilesi (mgr.14180) 747 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:03.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:01.380998+0000 mgr.smithi137.dilesi (mgr.14180) 746 : 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-01-16T09:32:03.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:01.681396+0000 mgr.smithi137.dilesi (mgr.14180) 747 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:04.473 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:04.473 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:04.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:05.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:03.381685+0000 mgr.smithi137.dilesi (mgr.14180) 748 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:05.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:03.381685+0000 mgr.smithi137.dilesi (mgr.14180) 748 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:05.858 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:06.267 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:04.467779+0000 mgr.smithi137.dilesi (mgr.14180) 749 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:06.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:04.467779+0000 mgr.smithi137.dilesi (mgr.14180) 749 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:07.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:05.382259+0000 mgr.smithi137.dilesi (mgr.14180) 750 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:07.356 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:07.357 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:07.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:05.382259+0000 mgr.smithi137.dilesi (mgr.14180) 750 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:07.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:08.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:07.352666+0000 mgr.smithi137.dilesi (mgr.14180) 751 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:08.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:07.352666+0000 mgr.smithi137.dilesi (mgr.14180) 751 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:08.782 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:09.340 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:07.382925+0000 mgr.smithi137.dilesi (mgr.14180) 752 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:09.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:07.382925+0000 mgr.smithi137.dilesi (mgr.14180) 752 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:10.233 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:10.233 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:10.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:09.383574+0000 mgr.smithi137.dilesi (mgr.14180) 753 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:10.229034+0000 mgr.smithi137.dilesi (mgr.14180) 754 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:09.383574+0000 mgr.smithi137.dilesi (mgr.14180) 753 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:10.229034+0000 mgr.smithi137.dilesi (mgr.14180) 754 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:11.615 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:13.034 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:13.034 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:13.404 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:11.384486+0000 mgr.smithi137.dilesi (mgr.14180) 755 : 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-01-16T09:32:13.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:11.384486+0000 mgr.smithi137.dilesi (mgr.14180) 755 : 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-01-16T09:32:13.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:14.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:13.029294+0000 mgr.smithi137.dilesi (mgr.14180) 756 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:14.431 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:14.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:13.029294+0000 mgr.smithi137.dilesi (mgr.14180) 756 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:15.321 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:13.385086+0000 mgr.smithi137.dilesi (mgr.14180) 757 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:15.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:13.385086+0000 mgr.smithi137.dilesi (mgr.14180) 757 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:15.849 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:15.849 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:16.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:17.222 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:17.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:15.385802+0000 mgr.smithi137.dilesi (mgr.14180) 758 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:17.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:15.844556+0000 mgr.smithi137.dilesi (mgr.14180) 759 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:17.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:15.385802+0000 mgr.smithi137.dilesi (mgr.14180) 758 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:17.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:15.844556+0000 mgr.smithi137.dilesi (mgr.14180) 759 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:18.625 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:18.626 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:19.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:19.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:17.386398+0000 mgr.smithi137.dilesi (mgr.14180) 760 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:19.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:17.386398+0000 mgr.smithi137.dilesi (mgr.14180) 760 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:20.022 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:20.414 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:18.620660+0000 mgr.smithi137.dilesi (mgr.14180) 761 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:20.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:18.620660+0000 mgr.smithi137.dilesi (mgr.14180) 761 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:21.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:19.387163+0000 mgr.smithi137.dilesi (mgr.14180) 762 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:21.471 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:21.471 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:21.501 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:19.387163+0000 mgr.smithi137.dilesi (mgr.14180) 762 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:21.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:22.905 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:23.246 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:21.387719+0000 mgr.smithi137.dilesi (mgr.14180) 763 : 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-01-16T09:32:23.247 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:21.466574+0000 mgr.smithi137.dilesi (mgr.14180) 764 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:23.374 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:21.387719+0000 mgr.smithi137.dilesi (mgr.14180) 763 : 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-01-16T09:32:23.375 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:21.466574+0000 mgr.smithi137.dilesi (mgr.14180) 764 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:24.365 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:24.365 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:24.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:25.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:23.388355+0000 mgr.smithi137.dilesi (mgr.14180) 765 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:25.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:24.360687+0000 mgr.smithi137.dilesi (mgr.14180) 766 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:25.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:23.388355+0000 mgr.smithi137.dilesi (mgr.14180) 765 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:25.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:24.360687+0000 mgr.smithi137.dilesi (mgr.14180) 766 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:25.771 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:27.123 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:27.124 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:27.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:25.389091+0000 mgr.smithi137.dilesi (mgr.14180) 767 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:27.493 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:25.389091+0000 mgr.smithi137.dilesi (mgr.14180) 767 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:27.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:28.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:27.119748+0000 mgr.smithi137.dilesi (mgr.14180) 768 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:28.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:27.119748+0000 mgr.smithi137.dilesi (mgr.14180) 768 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:28.530 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:29.173 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:27.389688+0000 mgr.smithi137.dilesi (mgr.14180) 769 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:29.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:27.389688+0000 mgr.smithi137.dilesi (mgr.14180) 769 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:29.890 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:29.891 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:30.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:31.278 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:31.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:29.390342+0000 mgr.smithi137.dilesi (mgr.14180) 770 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:31.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:29.886487+0000 mgr.smithi137.dilesi (mgr.14180) 771 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:31.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:29.390342+0000 mgr.smithi137.dilesi (mgr.14180) 770 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:31.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:29.886487+0000 mgr.smithi137.dilesi (mgr.14180) 771 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:32.732 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:32.732 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:33.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:33.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:31.391093+0000 mgr.smithi137.dilesi (mgr.14180) 772 : 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-01-16T09:32:33.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:31.391093+0000 mgr.smithi137.dilesi (mgr.14180) 772 : 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-01-16T09:32:34.128 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:34.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:32.727751+0000 mgr.smithi137.dilesi (mgr.14180) 773 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:34.496 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:32.727751+0000 mgr.smithi137.dilesi (mgr.14180) 773 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:35.189 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:33.391988+0000 mgr.smithi137.dilesi (mgr.14180) 774 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:35.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:33.391988+0000 mgr.smithi137.dilesi (mgr.14180) 774 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:35.547 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:35.547 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:35.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:36.903 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:37.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:35.392639+0000 mgr.smithi137.dilesi (mgr.14180) 775 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:37.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:35.543064+0000 mgr.smithi137.dilesi (mgr.14180) 776 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:37.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:35.392639+0000 mgr.smithi137.dilesi (mgr.14180) 775 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:37.367 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:35.543064+0000 mgr.smithi137.dilesi (mgr.14180) 776 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:38.347 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:38.347 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:38.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:39.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:37.393172+0000 mgr.smithi137.dilesi (mgr.14180) 777 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:39.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:38.342949+0000 mgr.smithi137.dilesi (mgr.14180) 778 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:39.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:37.393172+0000 mgr.smithi137.dilesi (mgr.14180) 777 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:39.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:38.342949+0000 mgr.smithi137.dilesi (mgr.14180) 778 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:39.777 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:41.219 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:41.219 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:41.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:39.393941+0000 mgr.smithi137.dilesi (mgr.14180) 779 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:41.462 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:39.393941+0000 mgr.smithi137.dilesi (mgr.14180) 779 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:41.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:42.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:41.215657+0000 mgr.smithi137.dilesi (mgr.14180) 780 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:42.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:41.215657+0000 mgr.smithi137.dilesi (mgr.14180) 780 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:42.653 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:43.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:41.394555+0000 mgr.smithi137.dilesi (mgr.14180) 781 : 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-01-16T09:32:43.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:41.394555+0000 mgr.smithi137.dilesi (mgr.14180) 781 : 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-01-16T09:32:44.081 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:44.081 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:44.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:45.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:43.395117+0000 mgr.smithi137.dilesi (mgr.14180) 782 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:45.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:44.076857+0000 mgr.smithi137.dilesi (mgr.14180) 783 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:45.459 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:45.492 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:43.395117+0000 mgr.smithi137.dilesi (mgr.14180) 782 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:45.492 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:44.076857+0000 mgr.smithi137.dilesi (mgr.14180) 783 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:46.955 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:46.956 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:47.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:45.395992+0000 mgr.smithi137.dilesi (mgr.14180) 784 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:47.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:47.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:45.395992+0000 mgr.smithi137.dilesi (mgr.14180) 784 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:48.394 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:48.428 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:46.951892+0000 mgr.smithi137.dilesi (mgr.14180) 785 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:48.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:46.951892+0000 mgr.smithi137.dilesi (mgr.14180) 785 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:49.404 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:47.396655+0000 mgr.smithi137.dilesi (mgr.14180) 786 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:49.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:47.396655+0000 mgr.smithi137.dilesi (mgr.14180) 786 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:49.800 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:49.800 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:50.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:51.219 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:51.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:49.397271+0000 mgr.smithi137.dilesi (mgr.14180) 787 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:51.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:49.796294+0000 mgr.smithi137.dilesi (mgr.14180) 788 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:51.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:49.397271+0000 mgr.smithi137.dilesi (mgr.14180) 787 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:51.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:49.796294+0000 mgr.smithi137.dilesi (mgr.14180) 788 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:52.631 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:52.631 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:53.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:53.276 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:51.397996+0000 mgr.smithi137.dilesi (mgr.14180) 789 : 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-01-16T09:32:53.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:51.397996+0000 mgr.smithi137.dilesi (mgr.14180) 789 : 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-01-16T09:32:54.016 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:54.401 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:52.626895+0000 mgr.smithi137.dilesi (mgr.14180) 790 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:54.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:52.626895+0000 mgr.smithi137.dilesi (mgr.14180) 790 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:55.392 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:55.392 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:55.422 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:53.398806+0000 mgr.smithi137.dilesi (mgr.14180) 791 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:55.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:53.398806+0000 mgr.smithi137.dilesi (mgr.14180) 791 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:55.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:56.776 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:32:57.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:55.388054+0000 mgr.smithi137.dilesi (mgr.14180) 792 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:57.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:55.399611+0000 mgr.smithi137.dilesi (mgr.14180) 793 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:57.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:55.388054+0000 mgr.smithi137.dilesi (mgr.14180) 792 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:57.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:55.399611+0000 mgr.smithi137.dilesi (mgr.14180) 793 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:32:58.244 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:32:58.245 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:32:58.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:32:59.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:57.400410+0000 mgr.smithi137.dilesi (mgr.14180) 794 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:59.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:32:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:32:58.240735+0000 mgr.smithi137.dilesi (mgr.14180) 795 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:59.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:57.400410+0000 mgr.smithi137.dilesi (mgr.14180) 794 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:32:59.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:32:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:32:58.240735+0000 mgr.smithi137.dilesi (mgr.14180) 795 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:32:59.617 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:01.014 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:01.014 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:01.380 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:32:59.401388+0000 mgr.smithi137.dilesi (mgr.14180) 796 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:01.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:01.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:32:59.401388+0000 mgr.smithi137.dilesi (mgr.14180) 796 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:02.423 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:02.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:01.010649+0000 mgr.smithi137.dilesi (mgr.14180) 797 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:02.455 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:01.010649+0000 mgr.smithi137.dilesi (mgr.14180) 797 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:03.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:01.401978+0000 mgr.smithi137.dilesi (mgr.14180) 798 : 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-01-16T09:33:03.449 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:01.401978+0000 mgr.smithi137.dilesi (mgr.14180) 798 : 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-01-16T09:33:03.837 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:03.837 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:04.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:05.223 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:05.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:03.402593+0000 mgr.smithi137.dilesi (mgr.14180) 799 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:05.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:03.833361+0000 mgr.smithi137.dilesi (mgr.14180) 800 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:05.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:03.402593+0000 mgr.smithi137.dilesi (mgr.14180) 799 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:05.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:03.833361+0000 mgr.smithi137.dilesi (mgr.14180) 800 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:06.625 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:06.625 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:07.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:07.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:05.403194+0000 mgr.smithi137.dilesi (mgr.14180) 801 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:07.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:05.403194+0000 mgr.smithi137.dilesi (mgr.14180) 801 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:08.048 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:08.382 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:06.621910+0000 mgr.smithi137.dilesi (mgr.14180) 802 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:08.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:06.621910+0000 mgr.smithi137.dilesi (mgr.14180) 802 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:09.423 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:09.424 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:09.449 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:07.403836+0000 mgr.smithi137.dilesi (mgr.14180) 803 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:09.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:07.403836+0000 mgr.smithi137.dilesi (mgr.14180) 803 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:09.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:10.805 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:09.404492+0000 mgr.smithi137.dilesi (mgr.14180) 804 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:09.419625+0000 mgr.smithi137.dilesi (mgr.14180) 805 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:11.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:09.404492+0000 mgr.smithi137.dilesi (mgr.14180) 804 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:11.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:09.419625+0000 mgr.smithi137.dilesi (mgr.14180) 805 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:12.224 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:12.224 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:12.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:13.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:11.405072+0000 mgr.smithi137.dilesi (mgr.14180) 806 : 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-01-16T09:33:13.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:12.221028+0000 mgr.smithi137.dilesi (mgr.14180) 807 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:13.613 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:13.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:11.405072+0000 mgr.smithi137.dilesi (mgr.14180) 806 : 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-01-16T09:33:13.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:12.221028+0000 mgr.smithi137.dilesi (mgr.14180) 807 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:15.047 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:15.047 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:15.385 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:13.405945+0000 mgr.smithi137.dilesi (mgr.14180) 808 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:15.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:15.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:13.405945+0000 mgr.smithi137.dilesi (mgr.14180) 808 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:16.407 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:16.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:15.043492+0000 mgr.smithi137.dilesi (mgr.14180) 809 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:16.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:15.043492+0000 mgr.smithi137.dilesi (mgr.14180) 809 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:17.475 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:15.406623+0000 mgr.smithi137.dilesi (mgr.14180) 810 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:17.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:15.406623+0000 mgr.smithi137.dilesi (mgr.14180) 810 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:18.020 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:18.020 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:18.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:19.413 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:19.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:17.407241+0000 mgr.smithi137.dilesi (mgr.14180) 811 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:19.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:18.015825+0000 mgr.smithi137.dilesi (mgr.14180) 812 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:19.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:17.407241+0000 mgr.smithi137.dilesi (mgr.14180) 811 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:19.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:18.015825+0000 mgr.smithi137.dilesi (mgr.14180) 812 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:20.782 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:20.782 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:21.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:21.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:19.407998+0000 mgr.smithi137.dilesi (mgr.14180) 813 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:21.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:19.407998+0000 mgr.smithi137.dilesi (mgr.14180) 813 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:22.171 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:22.488 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:20.778855+0000 mgr.smithi137.dilesi (mgr.14180) 814 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:22.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:20.778855+0000 mgr.smithi137.dilesi (mgr.14180) 814 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:23.501 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:23.501 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:23.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:21.408797+0000 mgr.smithi137.dilesi (mgr.14180) 815 : 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-01-16T09:33:23.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:21.408797+0000 mgr.smithi137.dilesi (mgr.14180) 815 : 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-01-16T09:33:23.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:24.879 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:25.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:23.409393+0000 mgr.smithi137.dilesi (mgr.14180) 816 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:25.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:23.497895+0000 mgr.smithi137.dilesi (mgr.14180) 817 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:25.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:23.409393+0000 mgr.smithi137.dilesi (mgr.14180) 816 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:25.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:23.497895+0000 mgr.smithi137.dilesi (mgr.14180) 817 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:26.244 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:26.245 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:26.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:27.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:25.410042+0000 mgr.smithi137.dilesi (mgr.14180) 818 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:27.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:26.241233+0000 mgr.smithi137.dilesi (mgr.14180) 819 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:27.635 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:27.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:25.410042+0000 mgr.smithi137.dilesi (mgr.14180) 818 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:27.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:26.241233+0000 mgr.smithi137.dilesi (mgr.14180) 819 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:28.994 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:28.994 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:29.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:27.410878+0000 mgr.smithi137.dilesi (mgr.14180) 820 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:29.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:29.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:27.410878+0000 mgr.smithi137.dilesi (mgr.14180) 820 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:30.393 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:30.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:28.989791+0000 mgr.smithi137.dilesi (mgr.14180) 821 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:30.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:28.989791+0000 mgr.smithi137.dilesi (mgr.14180) 821 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:31.379 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:29.411553+0000 mgr.smithi137.dilesi (mgr.14180) 822 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:31.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:29.411553+0000 mgr.smithi137.dilesi (mgr.14180) 822 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:31.743 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:31.743 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:32.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:33.135 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:33.485 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:31.412114+0000 mgr.smithi137.dilesi (mgr.14180) 823 : 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-01-16T09:33:33.485 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:31.740002+0000 mgr.smithi137.dilesi (mgr.14180) 824 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:33.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:31.412114+0000 mgr.smithi137.dilesi (mgr.14180) 823 : 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-01-16T09:33:33.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:31.740002+0000 mgr.smithi137.dilesi (mgr.14180) 824 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:34.514 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:34.514 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:34.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:35.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:33.412835+0000 mgr.smithi137.dilesi (mgr.14180) 825 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:35.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:33.412835+0000 mgr.smithi137.dilesi (mgr.14180) 825 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:35.902 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:36.275 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:34.511126+0000 mgr.smithi137.dilesi (mgr.14180) 826 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:34.511126+0000 mgr.smithi137.dilesi (mgr.14180) 826 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:37.419 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:37.419 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:37.441 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:35.413587+0000 mgr.smithi137.dilesi (mgr.14180) 827 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:37.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:35.413587+0000 mgr.smithi137.dilesi (mgr.14180) 827 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:37.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:38.840 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:39.519 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:37.414176+0000 mgr.smithi137.dilesi (mgr.14180) 828 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:39.519 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:37.416146+0000 mgr.smithi137.dilesi (mgr.14180) 829 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:39.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:37.414176+0000 mgr.smithi137.dilesi (mgr.14180) 828 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:39.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:37.416146+0000 mgr.smithi137.dilesi (mgr.14180) 829 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:40.237 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:40.238 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:40.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:41.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:39.414765+0000 mgr.smithi137.dilesi (mgr.14180) 830 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:41.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:40.234207+0000 mgr.smithi137.dilesi (mgr.14180) 831 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:41.659 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:41.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:39.414765+0000 mgr.smithi137.dilesi (mgr.14180) 830 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:41.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:40.234207+0000 mgr.smithi137.dilesi (mgr.14180) 831 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:43.078 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:43.078 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:43.438 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:41.415363+0000 mgr.smithi137.dilesi (mgr.14180) 832 : 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-01-16T09:33:43.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:43.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:41.415363+0000 mgr.smithi137.dilesi (mgr.14180) 832 : 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-01-16T09:33:44.467 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:44.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:43.074808+0000 mgr.smithi137.dilesi (mgr.14180) 833 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:44.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:43.074808+0000 mgr.smithi137.dilesi (mgr.14180) 833 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:45.444 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:43.415912+0000 mgr.smithi137.dilesi (mgr.14180) 834 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:45.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:43.415912+0000 mgr.smithi137.dilesi (mgr.14180) 834 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:45.833 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:45.834 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:46.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:47.260 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:47.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:45.416596+0000 mgr.smithi137.dilesi (mgr.14180) 835 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:47.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:45.830631+0000 mgr.smithi137.dilesi (mgr.14180) 836 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:47.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:45.416596+0000 mgr.smithi137.dilesi (mgr.14180) 835 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:47.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:45.830631+0000 mgr.smithi137.dilesi (mgr.14180) 836 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:48.668 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:48.669 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:49.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:49.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:47.417358+0000 mgr.smithi137.dilesi (mgr.14180) 837 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:49.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:47.417358+0000 mgr.smithi137.dilesi (mgr.14180) 837 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:50.048 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:50.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:48.664867+0000 mgr.smithi137.dilesi (mgr.14180) 838 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:50.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:48.664867+0000 mgr.smithi137.dilesi (mgr.14180) 838 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:51.454 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:51.455 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:51.475 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:49.418002+0000 mgr.smithi137.dilesi (mgr.14180) 839 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:51.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:49.418002+0000 mgr.smithi137.dilesi (mgr.14180) 839 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:51.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:52.856 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:53.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:51.418586+0000 mgr.smithi137.dilesi (mgr.14180) 840 : 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-01-16T09:33:53.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:51.451255+0000 mgr.smithi137.dilesi (mgr.14180) 841 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:53.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:51.418586+0000 mgr.smithi137.dilesi (mgr.14180) 840 : 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-01-16T09:33:53.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:51.451255+0000 mgr.smithi137.dilesi (mgr.14180) 841 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:54.281 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:54.281 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:54.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:55.665 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:55.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:53.419298+0000 mgr.smithi137.dilesi (mgr.14180) 842 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:55.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:54.278217+0000 mgr.smithi137.dilesi (mgr.14180) 843 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:55.699 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:53.419298+0000 mgr.smithi137.dilesi (mgr.14180) 842 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:55.699 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:54.278217+0000 mgr.smithi137.dilesi (mgr.14180) 843 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:57.074 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:57.074 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:33:57.494 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:55.420195+0000 mgr.smithi137.dilesi (mgr.14180) 844 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:57.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:33:57.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:55.420195+0000 mgr.smithi137.dilesi (mgr.14180) 844 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:33:58.516 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:33:58.550 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:57.070991+0000 mgr.smithi137.dilesi (mgr.14180) 845 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:58.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:57.070991+0000 mgr.smithi137.dilesi (mgr.14180) 845 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:33:59.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:33:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:57.420869+0000 mgr.smithi137.dilesi (mgr.14180) 846 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:59.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:33:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:57.420869+0000 mgr.smithi137.dilesi (mgr.14180) 846 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:33:59.922 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:33:59.922 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:00.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:01.296 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:01.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:33:59.421522+0000 mgr.smithi137.dilesi (mgr.14180) 847 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:01.630 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:33:59.919371+0000 mgr.smithi137.dilesi (mgr.14180) 848 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:01.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:33:59.421522+0000 mgr.smithi137.dilesi (mgr.14180) 847 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:01.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:33:59.919371+0000 mgr.smithi137.dilesi (mgr.14180) 848 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:02.736 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:02.736 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:26:25.795831Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.coockt on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:03.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:03.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:01.422240+0000 mgr.smithi137.dilesi (mgr.14180) 849 : 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-01-16T09:34:03.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:01.422240+0000 mgr.smithi137.dilesi (mgr.14180) 849 : 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-01-16T09:34:04.122 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:04.453 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:02.733156+0000 mgr.smithi137.dilesi (mgr.14180) 850 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:04.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:02.733156+0000 mgr.smithi137.dilesi (mgr.14180) 850 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:05.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:03.422871+0000 mgr.smithi137.dilesi (mgr.14180) 851 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:05.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:05.075862+0000 mon.smithi137 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.popdsf"}]: dispatch 2024-01-16T09:34:05.545 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:05.545 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:05.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:03.422871+0000 mgr.smithi137.dilesi (mgr.14180) 851 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:05.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:05.075862+0000 mon.smithi137 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.popdsf"}]: dispatch 2024-01-16T09:34:05.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:06.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:34:05.075366+0000 mgr.smithi137.dilesi (mgr.14180) 852 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.732 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.734 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.735 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.popdsf ... 2024-01-16T09:34:06.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.737 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:34:06.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:32:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.738 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:32:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:33:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.739 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Traceback (most recent call last): 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: yield (conn, connr) 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: code, '\n'.join(err))) 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.741 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.popdsf ... 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:32:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:32:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:33:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:34:05.075561+0000 mgr.smithi137.dilesi (mgr.14180) 853 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:34:05.076404+0000 mgr.smithi137.dilesi (mgr.14180) 854 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.742 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.popdsf ... 2024-01-16T09:34:06.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:34:06.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:32:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:32:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:33:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:34:06.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.743 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:34:05.077789+0000 mgr.smithi137.dilesi (mgr.14180) 855 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi137.otgkvo on smithi137 2024-01-16T09:34:06.775 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:34:05.075366+0000 mgr.smithi137.dilesi (mgr.14180) 852 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.popdsf ... 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:32:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:32:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:33:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Traceback (most recent call last): 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: yield (conn, connr) 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: code, '\n'.join(err))) 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.popdsf ... 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:32:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:32:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.777 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:33:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:34:05.075561+0000 mgr.smithi137.dilesi (mgr.14180) 853 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:34:05.076404+0000 mgr.smithi137.dilesi (mgr.14180) 854 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.popdsf ... 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:32:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:32:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:33:27Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:34:06.778 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:34:06.779 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:34:06.779 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:34:05.077789+0000 mgr.smithi137.dilesi (mgr.14180) 855 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi137.otgkvo on smithi137 2024-01-16T09:34:06.938 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:07.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:05.423707+0000 mgr.smithi137.dilesi (mgr.14180) 856 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:07.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:05.542128+0000 mgr.smithi137.dilesi (mgr.14180) 857 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:07.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:05.423707+0000 mgr.smithi137.dilesi (mgr.14180) 856 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:07.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:05.542128+0000 mgr.smithi137.dilesi (mgr.14180) 857 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:08.292 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:08.292 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:08.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:09.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:07.424318+0000 mgr.smithi137.dilesi (mgr.14180) 858 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:09.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:08.288695+0000 mgr.smithi137.dilesi (mgr.14180) 859 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:09.707 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:09.740 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:07.424318+0000 mgr.smithi137.dilesi (mgr.14180) 858 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:09.740 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:08.288695+0000 mgr.smithi137.dilesi (mgr.14180) 859 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:11.136 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:11.136 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:11.500 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:09.425061+0000 mgr.smithi137.dilesi (mgr.14180) 860 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:11.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:11.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:09.425061+0000 mgr.smithi137.dilesi (mgr.14180) 860 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:12.535 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:12.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:11.133185+0000 mgr.smithi137.dilesi (mgr.14180) 861 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:12.774 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:11.133185+0000 mgr.smithi137.dilesi (mgr.14180) 861 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:13.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:11.425811+0000 mgr.smithi137.dilesi (mgr.14180) 862 : 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-01-16T09:34:13.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:11.425811+0000 mgr.smithi137.dilesi (mgr.14180) 862 : 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-01-16T09:34:13.936 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:13.936 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:14.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:15.319 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:15.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:13.426490+0000 mgr.smithi137.dilesi (mgr.14180) 863 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:15.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:13.932763+0000 mgr.smithi137.dilesi (mgr.14180) 864 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:15.703 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:13.426490+0000 mgr.smithi137.dilesi (mgr.14180) 863 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:15.704 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:13.932763+0000 mgr.smithi137.dilesi (mgr.14180) 864 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:16.762 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:16.763 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:17.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:17.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:15.427373+0000 mgr.smithi137.dilesi (mgr.14180) 865 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:17.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:15.427373+0000 mgr.smithi137.dilesi (mgr.14180) 865 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:18.201 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:18.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:16.759685+0000 mgr.smithi137.dilesi (mgr.14180) 866 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:18.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:16.759685+0000 mgr.smithi137.dilesi (mgr.14180) 866 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:19.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:17.427980+0000 mgr.smithi137.dilesi (mgr.14180) 867 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:19.643 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:19.644 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:19.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:17.427980+0000 mgr.smithi137.dilesi (mgr.14180) 867 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:20.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:21.034 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:21.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:19.428631+0000 mgr.smithi137.dilesi (mgr.14180) 868 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:21.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:19.640737+0000 mgr.smithi137.dilesi (mgr.14180) 869 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:21.695 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:19.428631+0000 mgr.smithi137.dilesi (mgr.14180) 868 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:21.695 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:19.640737+0000 mgr.smithi137.dilesi (mgr.14180) 869 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:22.411 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:22.411 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:22.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:23.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:21.429233+0000 mgr.smithi137.dilesi (mgr.14180) 870 : 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-01-16T09:34:23.774 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:21.429233+0000 mgr.smithi137.dilesi (mgr.14180) 870 : 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-01-16T09:34:23.801 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:24.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:22.407796+0000 mgr.smithi137.dilesi (mgr.14180) 871 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:24.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:22.407796+0000 mgr.smithi137.dilesi (mgr.14180) 871 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:25.138 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:25.138 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:25.506 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:23.430030+0000 mgr.smithi137.dilesi (mgr.14180) 872 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:25.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:25.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:23.430030+0000 mgr.smithi137.dilesi (mgr.14180) 872 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:26.526 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:26.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:25.134585+0000 mgr.smithi137.dilesi (mgr.14180) 873 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:26.774 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:25.134585+0000 mgr.smithi137.dilesi (mgr.14180) 873 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:27.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:25.430836+0000 mgr.smithi137.dilesi (mgr.14180) 874 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:27.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:25.430836+0000 mgr.smithi137.dilesi (mgr.14180) 874 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:27.960 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:27.961 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:28.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:29.342 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:29.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:27.431775+0000 mgr.smithi137.dilesi (mgr.14180) 875 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:29.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:27.957910+0000 mgr.smithi137.dilesi (mgr.14180) 876 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:29.696 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:27.431775+0000 mgr.smithi137.dilesi (mgr.14180) 875 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:29.696 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:27.957910+0000 mgr.smithi137.dilesi (mgr.14180) 876 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:30.745 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:30.745 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:31.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:31.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:29.432580+0000 mgr.smithi137.dilesi (mgr.14180) 877 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:31.774 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:29.432580+0000 mgr.smithi137.dilesi (mgr.14180) 877 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:32.117 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:32.508 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:30.742540+0000 mgr.smithi137.dilesi (mgr.14180) 878 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:32.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:30.742540+0000 mgr.smithi137.dilesi (mgr.14180) 878 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:33.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:31.433421+0000 mgr.smithi137.dilesi (mgr.14180) 879 : 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-01-16T09:34:33.551 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:33.552 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:33.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:31.433421+0000 mgr.smithi137.dilesi (mgr.14180) 879 : 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-01-16T09:34:33.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:34.932 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:35.659 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:33.434061+0000 mgr.smithi137.dilesi (mgr.14180) 880 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:35.659 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:33.548326+0000 mgr.smithi137.dilesi (mgr.14180) 881 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:35.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:33.434061+0000 mgr.smithi137.dilesi (mgr.14180) 880 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:35.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:33.548326+0000 mgr.smithi137.dilesi (mgr.14180) 881 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:36.369 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:36.369 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:36.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:37.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:35.434815+0000 mgr.smithi137.dilesi (mgr.14180) 882 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:37.734 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:36.365857+0000 mgr.smithi137.dilesi (mgr.14180) 883 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:37.774 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:35.434815+0000 mgr.smithi137.dilesi (mgr.14180) 882 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:37.774 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:36.365857+0000 mgr.smithi137.dilesi (mgr.14180) 883 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:37.791 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:38.662 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:37.435455+0000 mgr.smithi137.dilesi (mgr.14180) 884 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:38.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:37.435455+0000 mgr.smithi137.dilesi (mgr.14180) 884 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:39.208 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:39.208 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:39.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:39.205146+0000 mgr.smithi137.dilesi (mgr.14180) 885 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:39.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:39.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:39.205146+0000 mgr.smithi137.dilesi (mgr.14180) 885 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:40.597 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:40.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:39.436004+0000 mgr.smithi137.dilesi (mgr.14180) 886 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:40.776 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:39.436004+0000 mgr.smithi137.dilesi (mgr.14180) 886 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:41.990 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:41.990 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:42.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:43.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:41.436626+0000 mgr.smithi137.dilesi (mgr.14180) 887 : 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-01-16T09:34:43.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:41.987156+0000 mgr.smithi137.dilesi (mgr.14180) 888 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:43.388 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:43.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:41.436626+0000 mgr.smithi137.dilesi (mgr.14180) 887 : 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-01-16T09:34:43.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:41.987156+0000 mgr.smithi137.dilesi (mgr.14180) 888 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:44.749 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:44.749 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:45.024 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:43.437258+0000 mgr.smithi137.dilesi (mgr.14180) 889 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:45.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:45.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:43.437258+0000 mgr.smithi137.dilesi (mgr.14180) 889 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:46.131 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:46.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:44.746118+0000 mgr.smithi137.dilesi (mgr.14180) 890 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:46.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:44.746118+0000 mgr.smithi137.dilesi (mgr.14180) 890 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:47.024 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:45.437933+0000 mgr.smithi137.dilesi (mgr.14180) 891 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:47.365 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:45.437933+0000 mgr.smithi137.dilesi (mgr.14180) 891 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:47.496 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:47.497 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:47.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:48.872 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:49.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:47.438539+0000 mgr.smithi137.dilesi (mgr.14180) 892 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:49.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:47.493463+0000 mgr.smithi137.dilesi (mgr.14180) 893 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:49.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:47.438539+0000 mgr.smithi137.dilesi (mgr.14180) 892 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:49.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:47.493463+0000 mgr.smithi137.dilesi (mgr.14180) 893 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:50.257 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:50.257 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:50.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:51.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:49.439117+0000 mgr.smithi137.dilesi (mgr.14180) 894 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:51.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:50.254333+0000 mgr.smithi137.dilesi (mgr.14180) 895 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:51.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:49.439117+0000 mgr.smithi137.dilesi (mgr.14180) 894 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:51.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:50.254333+0000 mgr.smithi137.dilesi (mgr.14180) 895 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:51.690 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:53.067 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:53.068 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:53.409 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:51.439735+0000 mgr.smithi137.dilesi (mgr.14180) 896 : 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-01-16T09:34:53.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:51.439735+0000 mgr.smithi137.dilesi (mgr.14180) 896 : 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-01-16T09:34:53.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:54.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:53.064828+0000 mgr.smithi137.dilesi (mgr.14180) 897 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:54.437 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:54.469 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:53.064828+0000 mgr.smithi137.dilesi (mgr.14180) 897 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:55.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:53.440567+0000 mgr.smithi137.dilesi (mgr.14180) 898 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:55.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:53.440567+0000 mgr.smithi137.dilesi (mgr.14180) 898 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:55.767 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:55.767 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:56.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:57.153 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:34:57.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:55.441174+0000 mgr.smithi137.dilesi (mgr.14180) 899 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:57.366 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:55.763864+0000 mgr.smithi137.dilesi (mgr.14180) 900 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:57.478 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:55.441174+0000 mgr.smithi137.dilesi (mgr.14180) 899 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:34:57.479 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:55.763864+0000 mgr.smithi137.dilesi (mgr.14180) 900 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:34:58.482 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:34:58.483 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:34:58.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:34:59.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:34:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:57.441877+0000 mgr.smithi137.dilesi (mgr.14180) 901 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:59.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:34:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:57.441877+0000 mgr.smithi137.dilesi (mgr.14180) 901 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:34:59.894 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:00.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:34:58.479732+0000 mgr.smithi137.dilesi (mgr.14180) 902 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:00.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:34:58.479732+0000 mgr.smithi137.dilesi (mgr.14180) 902 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:01.261 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:01.262 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:01.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:34:59.442501+0000 mgr.smithi137.dilesi (mgr.14180) 903 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:01.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:34:59.442501+0000 mgr.smithi137.dilesi (mgr.14180) 903 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:01.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:02.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:01.258378+0000 mgr.smithi137.dilesi (mgr.14180) 904 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:02.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:01.258378+0000 mgr.smithi137.dilesi (mgr.14180) 904 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:02.660 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:03.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:01.443309+0000 mgr.smithi137.dilesi (mgr.14180) 905 : 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-01-16T09:35:03.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:01.443309+0000 mgr.smithi137.dilesi (mgr.14180) 905 : 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-01-16T09:35:04.060 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:04.060 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:04.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:05.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:03.443948+0000 mgr.smithi137.dilesi (mgr.14180) 906 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:05.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:04.057125+0000 mgr.smithi137.dilesi (mgr.14180) 907 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:05.444 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:05.473 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:03.443948+0000 mgr.smithi137.dilesi (mgr.14180) 906 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:05.474 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:04.057125+0000 mgr.smithi137.dilesi (mgr.14180) 907 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:06.837 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:06.837 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:07.173 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:05.444701+0000 mgr.smithi137.dilesi (mgr.14180) 908 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:07.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:07.365 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:05.444701+0000 mgr.smithi137.dilesi (mgr.14180) 908 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:08.228 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:08.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:06.834383+0000 mgr.smithi137.dilesi (mgr.14180) 909 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:08.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:06.834383+0000 mgr.smithi137.dilesi (mgr.14180) 909 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:09.386 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:07.445541+0000 mgr.smithi137.dilesi (mgr.14180) 910 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:09.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:07.445541+0000 mgr.smithi137.dilesi (mgr.14180) 910 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:09.779 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:09.780 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:10.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:11.244 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:09.446123+0000 mgr.smithi137.dilesi (mgr.14180) 911 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:09.776872+0000 mgr.smithi137.dilesi (mgr.14180) 912 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:09.446123+0000 mgr.smithi137.dilesi (mgr.14180) 911 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:09.776872+0000 mgr.smithi137.dilesi (mgr.14180) 912 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:12.663 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:12.663 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:13.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:13.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:11.446737+0000 mgr.smithi137.dilesi (mgr.14180) 913 : 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-01-16T09:35:13.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:11.446737+0000 mgr.smithi137.dilesi (mgr.14180) 913 : 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-01-16T09:35:14.068 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:14.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:12.660002+0000 mgr.smithi137.dilesi (mgr.14180) 914 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:14.459 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:12.660002+0000 mgr.smithi137.dilesi (mgr.14180) 914 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:15.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:13.447400+0000 mgr.smithi137.dilesi (mgr.14180) 915 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:15.520 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:15.520 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:15.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:13.447400+0000 mgr.smithi137.dilesi (mgr.14180) 915 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:15.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:16.976 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:17.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:15.448074+0000 mgr.smithi137.dilesi (mgr.14180) 916 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:17.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:15.517190+0000 mgr.smithi137.dilesi (mgr.14180) 917 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:17.365 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:15.448074+0000 mgr.smithi137.dilesi (mgr.14180) 916 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:17.365 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:15.517190+0000 mgr.smithi137.dilesi (mgr.14180) 917 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:18.421 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:18.421 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:18.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:19.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:17.448854+0000 mgr.smithi137.dilesi (mgr.14180) 918 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:19.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:17.448854+0000 mgr.smithi137.dilesi (mgr.14180) 918 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:19.783 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:20.418 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:18.417752+0000 mgr.smithi137.dilesi (mgr.14180) 919 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:20.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:18.417752+0000 mgr.smithi137.dilesi (mgr.14180) 919 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:21.166 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:21.166 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:21.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:19.449763+0000 mgr.smithi137.dilesi (mgr.14180) 920 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:21.467 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:19.449763+0000 mgr.smithi137.dilesi (mgr.14180) 920 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:21.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:22.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:21.163755+0000 mgr.smithi137.dilesi (mgr.14180) 921 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:22.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:21.163755+0000 mgr.smithi137.dilesi (mgr.14180) 921 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:22.548 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:23.201 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:21.450404+0000 mgr.smithi137.dilesi (mgr.14180) 922 : 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-01-16T09:35:23.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:21.450404+0000 mgr.smithi137.dilesi (mgr.14180) 922 : 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-01-16T09:35:24.041 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:24.042 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:24.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:25.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:23.451107+0000 mgr.smithi137.dilesi (mgr.14180) 923 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:25.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:24.038556+0000 mgr.smithi137.dilesi (mgr.14180) 924 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:25.478 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:25.512 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:23.451107+0000 mgr.smithi137.dilesi (mgr.14180) 923 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:25.512 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:24.038556+0000 mgr.smithi137.dilesi (mgr.14180) 924 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:26.887 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:26.887 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:27.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:25.451862+0000 mgr.smithi137.dilesi (mgr.14180) 925 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:27.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:27.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:25.451862+0000 mgr.smithi137.dilesi (mgr.14180) 925 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:28.323 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:28.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:26.884810+0000 mgr.smithi137.dilesi (mgr.14180) 926 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:28.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:26.884810+0000 mgr.smithi137.dilesi (mgr.14180) 926 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:29.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:27.452465+0000 mgr.smithi137.dilesi (mgr.14180) 927 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:29.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:27.452465+0000 mgr.smithi137.dilesi (mgr.14180) 927 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:29.731 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:29.731 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:30.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:31.124 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:31.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:29.453214+0000 mgr.smithi137.dilesi (mgr.14180) 928 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:31.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:29.729166+0000 mgr.smithi137.dilesi (mgr.14180) 929 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:31.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:29.453214+0000 mgr.smithi137.dilesi (mgr.14180) 928 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:31.465 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:29.729166+0000 mgr.smithi137.dilesi (mgr.14180) 929 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:32.517 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:32.517 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:32.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:33.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:31.453901+0000 mgr.smithi137.dilesi (mgr.14180) 930 : 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-01-16T09:35:33.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:31.453901+0000 mgr.smithi137.dilesi (mgr.14180) 930 : 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-01-16T09:35:33.896 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:34.222 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:32.514506+0000 mgr.smithi137.dilesi (mgr.14180) 931 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:34.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:32.514506+0000 mgr.smithi137.dilesi (mgr.14180) 931 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:35.280 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:35.280 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:35.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:33.454554+0000 mgr.smithi137.dilesi (mgr.14180) 932 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:35.490 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:33.454554+0000 mgr.smithi137.dilesi (mgr.14180) 932 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:35.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:36.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:35.276894+0000 mgr.smithi137.dilesi (mgr.14180) 933 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:36.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:35.276894+0000 mgr.smithi137.dilesi (mgr.14180) 933 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:36.715 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:37.356 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:35.455205+0000 mgr.smithi137.dilesi (mgr.14180) 934 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:37.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:35.455205+0000 mgr.smithi137.dilesi (mgr.14180) 934 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:38.071 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:38.072 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:38.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:39.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:37.455902+0000 mgr.smithi137.dilesi (mgr.14180) 935 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:39.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:38.068483+0000 mgr.smithi137.dilesi (mgr.14180) 936 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:39.471 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:39.503 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:37.455902+0000 mgr.smithi137.dilesi (mgr.14180) 935 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:39.503 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:38.068483+0000 mgr.smithi137.dilesi (mgr.14180) 936 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:40.929 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:40.929 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:41.259 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:39.456663+0000 mgr.smithi137.dilesi (mgr.14180) 937 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:41.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:41.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:39.456663+0000 mgr.smithi137.dilesi (mgr.14180) 937 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:42.322 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:42.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:40.926784+0000 mgr.smithi137.dilesi (mgr.14180) 938 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:42.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:40.926784+0000 mgr.smithi137.dilesi (mgr.14180) 938 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:43.448 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:41.457164+0000 mgr.smithi137.dilesi (mgr.14180) 939 : 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-01-16T09:35:43.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:41.457164+0000 mgr.smithi137.dilesi (mgr.14180) 939 : 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-01-16T09:35:43.797 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:43.797 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:44.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:45.228 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:45.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:43.457851+0000 mgr.smithi137.dilesi (mgr.14180) 940 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:45.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:43.794883+0000 mgr.smithi137.dilesi (mgr.14180) 941 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:45.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:43.457851+0000 mgr.smithi137.dilesi (mgr.14180) 940 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:45.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:43.794883+0000 mgr.smithi137.dilesi (mgr.14180) 941 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:46.628 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:47.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:47.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:45.458531+0000 mgr.smithi137.dilesi (mgr.14180) 942 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:47.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:45.458531+0000 mgr.smithi137.dilesi (mgr.14180) 942 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:48.029 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:48.371 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:46.626044+0000 mgr.smithi137.dilesi (mgr.14180) 943 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:48.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:46.626044+0000 mgr.smithi137.dilesi (mgr.14180) 943 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:49.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:47.459099+0000 mgr.smithi137.dilesi (mgr.14180) 944 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:49.408 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:49.408 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:49.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:47.459099+0000 mgr.smithi137.dilesi (mgr.14180) 944 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:49.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:50.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:49.405612+0000 mgr.smithi137.dilesi (mgr.14180) 945 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:50.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:49.405612+0000 mgr.smithi137.dilesi (mgr.14180) 945 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:50.811 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:51.471 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:49.459781+0000 mgr.smithi137.dilesi (mgr.14180) 946 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:51.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:49.459781+0000 mgr.smithi137.dilesi (mgr.14180) 946 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:52.170 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:52.170 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:52.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:53.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:51.460529+0000 mgr.smithi137.dilesi (mgr.14180) 947 : 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-01-16T09:35:53.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:52.167650+0000 mgr.smithi137.dilesi (mgr.14180) 948 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:53.559 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:53.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:51.460529+0000 mgr.smithi137.dilesi (mgr.14180) 947 : 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-01-16T09:35:53.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:52.167650+0000 mgr.smithi137.dilesi (mgr.14180) 948 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:54.940 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:54.941 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:55.264 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:53.461360+0000 mgr.smithi137.dilesi (mgr.14180) 949 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:55.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:55.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:53.461360+0000 mgr.smithi137.dilesi (mgr.14180) 949 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:56.334 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:56.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:54.937805+0000 mgr.smithi137.dilesi (mgr.14180) 950 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:56.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:54.937805+0000 mgr.smithi137.dilesi (mgr.14180) 950 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:57.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:55.462000+0000 mgr.smithi137.dilesi (mgr.14180) 951 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:57.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:55.462000+0000 mgr.smithi137.dilesi (mgr.14180) 951 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:35:57.721 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:35:57.722 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:35:58.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:35:59.085 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:35:59.443 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:57.462738+0000 mgr.smithi137.dilesi (mgr.14180) 952 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:59.443 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:35:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:35:57.718756+0000 mgr.smithi137.dilesi (mgr.14180) 953 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:35:59.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:57.462738+0000 mgr.smithi137.dilesi (mgr.14180) 952 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:35:59.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:35:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:35:57.718756+0000 mgr.smithi137.dilesi (mgr.14180) 953 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:00.476 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:00.476 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:00.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:01.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:35:59.463534+0000 mgr.smithi137.dilesi (mgr.14180) 954 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:01.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:35:59.463534+0000 mgr.smithi137.dilesi (mgr.14180) 954 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:01.887 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:02.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:00.473143+0000 mgr.smithi137.dilesi (mgr.14180) 955 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:02.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:00.473143+0000 mgr.smithi137.dilesi (mgr.14180) 955 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:03.324 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:03.324 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:03.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:01.464156+0000 mgr.smithi137.dilesi (mgr.14180) 956 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:03.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:01.464156+0000 mgr.smithi137.dilesi (mgr.14180) 956 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:03.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:04.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:03.322314+0000 mgr.smithi137.dilesi (mgr.14180) 957 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:04.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:03.322314+0000 mgr.smithi137.dilesi (mgr.14180) 957 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:04.726 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:05.410 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:03.464854+0000 mgr.smithi137.dilesi (mgr.14180) 958 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:05.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:03.464854+0000 mgr.smithi137.dilesi (mgr.14180) 958 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:06.119 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:06.119 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:06.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:07.500 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:07.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:05.465599+0000 mgr.smithi137.dilesi (mgr.14180) 959 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:36:07.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:06.116925+0000 mgr.smithi137.dilesi (mgr.14180) 960 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:07.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:05.465599+0000 mgr.smithi137.dilesi (mgr.14180) 959 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:36:07.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:06.116925+0000 mgr.smithi137.dilesi (mgr.14180) 960 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:08.997 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:08.998 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:09.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:07.466306+0000 mgr.smithi137.dilesi (mgr.14180) 961 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:09.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:09.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:07.466306+0000 mgr.smithi137.dilesi (mgr.14180) 961 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:10.407 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:10.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:08.995405+0000 mgr.smithi137.dilesi (mgr.14180) 962 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:10.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:08.995405+0000 mgr.smithi137.dilesi (mgr.14180) 962 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:11.354 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:09.466980+0000 mgr.smithi137.dilesi (mgr.14180) 963 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:11.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:09.466980+0000 mgr.smithi137.dilesi (mgr.14180) 963 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:11.851 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:11.851 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:12.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:13.239 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:13.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:11.467602+0000 mgr.smithi137.dilesi (mgr.14180) 964 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:13.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:11.848940+0000 mgr.smithi137.dilesi (mgr.14180) 965 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:13.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:11.467602+0000 mgr.smithi137.dilesi (mgr.14180) 964 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:13.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:11.848940+0000 mgr.smithi137.dilesi (mgr.14180) 965 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:14.641 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:14.642 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:15.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:15.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:13.468234+0000 mgr.smithi137.dilesi (mgr.14180) 966 : 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-01-16T09:36:15.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:13.468234+0000 mgr.smithi137.dilesi (mgr.14180) 966 : 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-01-16T09:36:16.043 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:16.407 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:14.639358+0000 mgr.smithi137.dilesi (mgr.14180) 967 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:16.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:14.639358+0000 mgr.smithi137.dilesi (mgr.14180) 967 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:17.495 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:17.495 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:17.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:15.468936+0000 mgr.smithi137.dilesi (mgr.14180) 968 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:36:17.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:15.468936+0000 mgr.smithi137.dilesi (mgr.14180) 968 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:36:17.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:18.857 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:19.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:17.469574+0000 mgr.smithi137.dilesi (mgr.14180) 969 : 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-01-16T09:36:19.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:17.492993+0000 mgr.smithi137.dilesi (mgr.14180) 970 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:19.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:17.469574+0000 mgr.smithi137.dilesi (mgr.14180) 969 : 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-01-16T09:36:19.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:17.492993+0000 mgr.smithi137.dilesi (mgr.14180) 970 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:20.319 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:20.319 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:20.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:21.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:19.470341+0000 mgr.smithi137.dilesi (mgr.14180) 971 : 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-01-16T09:36:21.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:20.316558+0000 mgr.smithi137.dilesi (mgr.14180) 972 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:21.729 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:21.762 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:19.470341+0000 mgr.smithi137.dilesi (mgr.14180) 971 : 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-01-16T09:36:21.762 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:20.316558+0000 mgr.smithi137.dilesi (mgr.14180) 972 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:23.233 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:23.234 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:23.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:21.471039+0000 mgr.smithi137.dilesi (mgr.14180) 973 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:23.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:23.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:21.471039+0000 mgr.smithi137.dilesi (mgr.14180) 973 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:24.665 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:24.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:23.231508+0000 mgr.smithi137.dilesi (mgr.14180) 974 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:24.700 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:23.231508+0000 mgr.smithi137.dilesi (mgr.14180) 974 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:25.560 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:23.471697+0000 mgr.smithi137.dilesi (mgr.14180) 975 : 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-01-16T09:36:25.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:23.471697+0000 mgr.smithi137.dilesi (mgr.14180) 975 : 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-01-16T09:36:26.149 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:26.149 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:26.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:27.557 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:27.590 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:25.472249+0000 mgr.smithi137.dilesi (mgr.14180) 976 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:36:27.590 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:26.146750+0000 mgr.smithi137.dilesi (mgr.14180) 977 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:27.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:25.472249+0000 mgr.smithi137.dilesi (mgr.14180) 976 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:36:27.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:26.146750+0000 mgr.smithi137.dilesi (mgr.14180) 977 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:29.063 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:29.063 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:29.351 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:27.473138+0000 mgr.smithi137.dilesi (mgr.14180) 978 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:29.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:29.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:27.473138+0000 mgr.smithi137.dilesi (mgr.14180) 978 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:30.452 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:30.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:29.060694+0000 mgr.smithi137.dilesi (mgr.14180) 979 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:30.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:29.060694+0000 mgr.smithi137.dilesi (mgr.14180) 979 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:31.490 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:29.473829+0000 mgr.smithi137.dilesi (mgr.14180) 980 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:31.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:29.473829+0000 mgr.smithi137.dilesi (mgr.14180) 980 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:31.853 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:31.853 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:32.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:33.255 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:33.587 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:31.474598+0000 mgr.smithi137.dilesi (mgr.14180) 981 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:33.587 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:31.851358+0000 mgr.smithi137.dilesi (mgr.14180) 982 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:33.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:31.474598+0000 mgr.smithi137.dilesi (mgr.14180) 981 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:33.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:31.851358+0000 mgr.smithi137.dilesi (mgr.14180) 982 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:34.642 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:34.642 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:28:59.884733Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ywgqef on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-ywgqef\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.ywgqef\nDeploy daemon haproxy.nfs.foo.smithi184.ywgqef ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:27:07Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:27:44Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:28:22Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.106257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.quirae on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-quirae\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.quirae\nDeploy daemon haproxy.nfs.foo.smithi137.quirae ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:29:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:30:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:31:30.107411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.mzjeud on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:35.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:35.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:33.475192+0000 mgr.smithi137.dilesi (mgr.14180) 983 : 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-01-16T09:36:35.719 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:34.902113+0000 mon.smithi137 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi137.otgkvo"}]: dispatch 2024-01-16T09:36:35.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:33.475192+0000 mgr.smithi137.dilesi (mgr.14180) 983 : 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-01-16T09:36:35.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:34.902113+0000 mon.smithi137 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi137.otgkvo"}]: dispatch 2024-01-16T09:36:36.053 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:36.395 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:34.639594+0000 mgr.smithi137.dilesi (mgr.14180) 984 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:36:34.901613+0000 mgr.smithi137.dilesi (mgr.14180) 985 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.otgkvo ... 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:34:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:35:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:35:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.396 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Traceback (most recent call last): 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: yield (conn, connr) 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: code, '\n'.join(err))) 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.otgkvo ... 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:36:36.397 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:34:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:35:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:35:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:36:34.901787+0000 mgr.smithi137.dilesi (mgr.14180) 986 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:36:34.902638+0000 mgr.smithi137.dilesi (mgr.14180) 987 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi137.otgkvo ... 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:36:36.398 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:34:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.399 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:35:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.399 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:35:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.399 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:36:36.399 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.399 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:36:34.903778+0000 mgr.smithi137.dilesi (mgr.14180) 988 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:36:36.399 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:36:34.904740+0000 mgr.smithi137.dilesi (mgr.14180) 989 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:36:36.399 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:34.905662+0000 mgr.smithi137.dilesi (mgr.14180) 990 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-01-16T09:36:36.399 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:35.316933+0000 mon.smithi137 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:34.639594+0000 mgr.smithi137.dilesi (mgr.14180) 984 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:36:34.901613+0000 mgr.smithi137.dilesi (mgr.14180) 985 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.otgkvo ... 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:34:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:35:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:35:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.678 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Traceback (most recent call last): 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: yield (conn, connr) 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: code, '\n'.join(err))) 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.otgkvo ... 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:36:36.679 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:34:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:35:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:35:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:36:34.901787+0000 mgr.smithi137.dilesi (mgr.14180) 986 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:36:34.902638+0000 mgr.smithi137.dilesi (mgr.14180) 987 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi137.otgkvo ... 2024-01-16T09:36:36.680 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:34:42Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:35:19Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:35:57Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:36:34.903778+0000 mgr.smithi137.dilesi (mgr.14180) 988 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:36:34.904740+0000 mgr.smithi137.dilesi (mgr.14180) 989 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:34.905662+0000 mgr.smithi137.dilesi (mgr.14180) 990 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-01-16T09:36:36.681 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:35.316933+0000 mon.smithi137 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-16T09:36:37.671 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:37.671 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:38.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:38.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:36.906371+0000 mgr.smithi137.dilesi (mgr.14180) 991 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-16T09:36:38.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:38.056942+0000 mon.smithi137 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:36:38.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:36.906371+0000 mgr.smithi137.dilesi (mgr.14180) 991 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-16T09:36:38.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:38.056942+0000 mon.smithi137 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:36:39.103 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:39.453 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:37.668465+0000 mgr.smithi137.dilesi (mgr.14180) 992 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:39.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:37.668465+0000 mgr.smithi137.dilesi (mgr.14180) 992 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:40.463 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:40.463 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:40.496 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:38.907506+0000 mgr.smithi137.dilesi (mgr.14180) 993 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-16T09:36:40.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:38.907506+0000 mgr.smithi137.dilesi (mgr.14180) 993 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-16T09:36:40.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:41.868 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:42.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:40.461345+0000 mgr.smithi137.dilesi (mgr.14180) 994 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:42.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:40.908196+0000 mgr.smithi137.dilesi (mgr.14180) 995 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-16T09:36:42.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:40.461345+0000 mgr.smithi137.dilesi (mgr.14180) 994 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:42.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:40.908196+0000 mgr.smithi137.dilesi (mgr.14180) 995 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-16T09:36:43.297 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:43.297 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:43.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:43.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:42.661555+0000 mon.smithi137 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:36:43.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:42.909057+0000 mgr.smithi137.dilesi (mgr.14180) 996 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-16T09:36:43.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:43.294572+0000 mgr.smithi137.dilesi (mgr.14180) 997 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:44.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:42.661555+0000 mon.smithi137 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:36:44.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:42.909057+0000 mgr.smithi137.dilesi (mgr.14180) 996 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-16T09:36:44.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:43.294572+0000 mgr.smithi137.dilesi (mgr.14180) 997 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:44.685 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:46.164 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:46.164 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:46.187 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:44.909852+0000 mgr.smithi137.dilesi (mgr.14180) 998 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-01-16T09:36:46.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:44.909852+0000 mgr.smithi137.dilesi (mgr.14180) 998 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-01-16T09:36:46.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:47.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:46.162230+0000 mgr.smithi137.dilesi (mgr.14180) 999 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:47.364 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:46.162230+0000 mgr.smithi137.dilesi (mgr.14180) 999 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:47.592 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:48.270 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:46.910646+0000 mgr.smithi137.dilesi (mgr.14180) 1000 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:48.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:46.910646+0000 mgr.smithi137.dilesi (mgr.14180) 1000 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:49.019 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:49.019 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:49.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:50.400 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:50.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:48.911405+0000 mgr.smithi137.dilesi (mgr.14180) 1001 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:50.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:50 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:49.017376+0000 mgr.smithi137.dilesi (mgr.14180) 1002 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:50.432 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:48.911405+0000 mgr.smithi137.dilesi (mgr.14180) 1001 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:50.432 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:50 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:49.017376+0000 mgr.smithi137.dilesi (mgr.14180) 1002 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:51.778 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:51.778 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:52.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:52.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:50.912245+0000 mgr.smithi137.dilesi (mgr.14180) 1003 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:52.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:50.912245+0000 mgr.smithi137.dilesi (mgr.14180) 1003 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:53.167 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:53.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:51.775838+0000 mgr.smithi137.dilesi (mgr.14180) 1004 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:53.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:51.775838+0000 mgr.smithi137.dilesi (mgr.14180) 1004 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:54.194 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:52.913223+0000 mgr.smithi137.dilesi (mgr.14180) 1005 : 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-01-16T09:36:54.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:52.913223+0000 mgr.smithi137.dilesi (mgr.14180) 1005 : 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-01-16T09:36:54.576 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:54.577 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:54.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:55.967 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:36:56.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:54.574125+0000 mgr.smithi137.dilesi (mgr.14180) 1006 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:56.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:56 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:54.914222+0000 mgr.smithi137.dilesi (mgr.14180) 1007 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:36:56.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:54.574125+0000 mgr.smithi137.dilesi (mgr.14180) 1006 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:56.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:56 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:54.914222+0000 mgr.smithi137.dilesi (mgr.14180) 1007 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:36:57.376 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:36:57.376 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:36:57.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:36:58.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:56.914895+0000 mgr.smithi137.dilesi (mgr.14180) 1008 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:58.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:36:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:36:57.373968+0000 mgr.smithi137.dilesi (mgr.14180) 1009 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:58.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:56.914895+0000 mgr.smithi137.dilesi (mgr.14180) 1008 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:36:58.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:36:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:36:57.373968+0000 mgr.smithi137.dilesi (mgr.14180) 1009 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:36:58.758 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:00.194 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:00.194 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:00.219 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:36:58.915636+0000 mgr.smithi137.dilesi (mgr.14180) 1010 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:00.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:36:58.915636+0000 mgr.smithi137.dilesi (mgr.14180) 1010 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:00.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:01.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:00.192580+0000 mgr.smithi137.dilesi (mgr.14180) 1011 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:01.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:00.192580+0000 mgr.smithi137.dilesi (mgr.14180) 1011 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:01.620 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:02.274 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:00.916500+0000 mgr.smithi137.dilesi (mgr.14180) 1012 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:02.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:00.916500+0000 mgr.smithi137.dilesi (mgr.14180) 1012 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:03.134 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:03.134 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:03.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:04.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:02.917206+0000 mgr.smithi137.dilesi (mgr.14180) 1013 : 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-01-16T09:37:04.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:04 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:03.132119+0000 mgr.smithi137.dilesi (mgr.14180) 1014 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:04.523 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:04.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:02.917206+0000 mgr.smithi137.dilesi (mgr.14180) 1013 : 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-01-16T09:37:04.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:04 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:03.132119+0000 mgr.smithi137.dilesi (mgr.14180) 1014 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:05.966 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:05.966 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:06.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:04.918046+0000 mgr.smithi137.dilesi (mgr.14180) 1015 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:06.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:06.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:04.918046+0000 mgr.smithi137.dilesi (mgr.14180) 1015 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:07.363 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:07.364 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:05.963256+0000 mgr.smithi137.dilesi (mgr.14180) 1016 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:07.392 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:05.963256+0000 mgr.smithi137.dilesi (mgr.14180) 1016 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:08.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:06.918941+0000 mgr.smithi137.dilesi (mgr.14180) 1017 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:08.453 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:06.918941+0000 mgr.smithi137.dilesi (mgr.14180) 1017 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:08.956 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:08.957 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:09.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:10.356 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:10.388 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:08.919769+0000 mgr.smithi137.dilesi (mgr.14180) 1018 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:10.388 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:08.955079+0000 mgr.smithi137.dilesi (mgr.14180) 1019 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:10.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:08.919769+0000 mgr.smithi137.dilesi (mgr.14180) 1018 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:10.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:08.955079+0000 mgr.smithi137.dilesi (mgr.14180) 1019 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:11.783 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:11.783 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:12.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:12.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:12 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:10.920682+0000 mgr.smithi137.dilesi (mgr.14180) 1020 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:12.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:12 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:10.920682+0000 mgr.smithi137.dilesi (mgr.14180) 1020 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:13.163 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:13.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:11.781008+0000 mgr.smithi137.dilesi (mgr.14180) 1021 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:13.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:11.781008+0000 mgr.smithi137.dilesi (mgr.14180) 1021 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:14.266 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:12.921596+0000 mgr.smithi137.dilesi (mgr.14180) 1022 : 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-01-16T09:37:14.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:12.921596+0000 mgr.smithi137.dilesi (mgr.14180) 1022 : 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-01-16T09:37:14.632 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:14.632 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:15.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:16.072 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:16.422 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:14.630466+0000 mgr.smithi137.dilesi (mgr.14180) 1023 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:16.422 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:16 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:14.922554+0000 mgr.smithi137.dilesi (mgr.14180) 1024 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:16.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:14.630466+0000 mgr.smithi137.dilesi (mgr.14180) 1023 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:16.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:16 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:14.922554+0000 mgr.smithi137.dilesi (mgr.14180) 1024 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:17.521 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:17.522 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:17.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:18.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:16.923225+0000 mgr.smithi137.dilesi (mgr.14180) 1025 : 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-01-16T09:37:18.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:16.923225+0000 mgr.smithi137.dilesi (mgr.14180) 1025 : 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-01-16T09:37:18.912 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:19.255 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:17.520106+0000 mgr.smithi137.dilesi (mgr.14180) 1026 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:19.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:17.520106+0000 mgr.smithi137.dilesi (mgr.14180) 1026 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:20.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:18.924134+0000 mgr.smithi137.dilesi (mgr.14180) 1027 : 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-01-16T09:37:20.296 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:20.296 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:20.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:18.924134+0000 mgr.smithi137.dilesi (mgr.14180) 1027 : 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-01-16T09:37:20.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:21.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:20.294333+0000 mgr.smithi137.dilesi (mgr.14180) 1028 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:21.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:20.294333+0000 mgr.smithi137.dilesi (mgr.14180) 1028 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:21.670 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:22.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:22 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:20.924842+0000 mgr.smithi137.dilesi (mgr.14180) 1029 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:22.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:22 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:20.924842+0000 mgr.smithi137.dilesi (mgr.14180) 1029 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:23.089 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:23.089 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:23.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:24.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:22.925606+0000 mgr.smithi137.dilesi (mgr.14180) 1030 : 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-01-16T09:37:24.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:23.087523+0000 mgr.smithi137.dilesi (mgr.14180) 1031 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:24.487 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:24.519 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:22.925606+0000 mgr.smithi137.dilesi (mgr.14180) 1030 : 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-01-16T09:37:24.520 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:23.087523+0000 mgr.smithi137.dilesi (mgr.14180) 1031 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:25.946 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:25.947 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:26.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:24.926334+0000 mgr.smithi137.dilesi (mgr.14180) 1032 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:26.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:26.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:24.926334+0000 mgr.smithi137.dilesi (mgr.14180) 1032 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:27.335 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:27.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:25.944765+0000 mgr.smithi137.dilesi (mgr.14180) 1033 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:27.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:25.944765+0000 mgr.smithi137.dilesi (mgr.14180) 1033 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:28.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:26.927103+0000 mgr.smithi137.dilesi (mgr.14180) 1034 : 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-01-16T09:37:28.488 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:26.927103+0000 mgr.smithi137.dilesi (mgr.14180) 1034 : 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-01-16T09:37:28.881 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:28.881 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:29.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:30.328 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:30.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:28.879537+0000 mgr.smithi137.dilesi (mgr.14180) 1035 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:30.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:28.927957+0000 mgr.smithi137.dilesi (mgr.14180) 1036 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:30.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:28.879537+0000 mgr.smithi137.dilesi (mgr.14180) 1035 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:30.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:28.927957+0000 mgr.smithi137.dilesi (mgr.14180) 1036 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:31.760 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:31.760 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:32.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:32.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:32 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:30.929094+0000 mgr.smithi137.dilesi (mgr.14180) 1037 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:32.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:32 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:30.929094+0000 mgr.smithi137.dilesi (mgr.14180) 1037 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:33.151 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:33.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:31.758251+0000 mgr.smithi137.dilesi (mgr.14180) 1038 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:33.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:31.758251+0000 mgr.smithi137.dilesi (mgr.14180) 1038 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:34.273 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:32.929899+0000 mgr.smithi137.dilesi (mgr.14180) 1039 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:34.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:32.929899+0000 mgr.smithi137.dilesi (mgr.14180) 1039 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:34.710 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:34.710 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:31.734372Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:31.734542Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:31.734613Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:31.734676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:31.734737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:31.734976Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:35.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:35.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:34.906943+0000 mon.smithi137 (mon.0) 708 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:37:35.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:34.906943+0000 mon.smithi137 (mon.0) 708 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-16T09:37:36.086 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:36.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:34.708128+0000 mgr.smithi137.dilesi (mgr.14180) 1040 : audit [DBG] from='client.25353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:36.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:34.930692+0000 mgr.smithi137.dilesi (mgr.14180) 1041 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:36.476 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:34.708128+0000 mgr.smithi137.dilesi (mgr.14180) 1040 : audit [DBG] from='client.25353 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:36.476 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:34.930692+0000 mgr.smithi137.dilesi (mgr.14180) 1041 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:37.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:36.345481+0000 mon.smithi137 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:37.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:37 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:36.345481+0000 mon.smithi137 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:37.911 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:37.912 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:31:34.894253Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:31:34.894325Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:31:34.894391Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:31:34.894167Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:31:34.894027Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:31:34.894910Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:31:34.894470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:31:34.894598Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:31:34.894534Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:31:34.894848Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:38.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:38.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:36.931390+0000 mgr.smithi137.dilesi (mgr.14180) 1042 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:38.684 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:36.931390+0000 mgr.smithi137.dilesi (mgr.14180) 1042 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:39.545 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:39.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:37.909986+0000 mgr.smithi137.dilesi (mgr.14180) 1043 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:39.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:39.109459+0000 mon.smithi137 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:39.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:37.909986+0000 mgr.smithi137.dilesi (mgr.14180) 1043 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:39.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:39.109459+0000 mon.smithi137 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:40.495 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:38.932326+0000 mgr.smithi137.dilesi (mgr.14180) 1044 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:40.495 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:39.399788+0000 mon.smithi137 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:37:40.495 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:39.400394+0000 mon.smithi137 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:37:40.495 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:39.406605+0000 mon.smithi137 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:40.495 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:39.407023+0000 mgr.smithi137.dilesi (mgr.14180) 1045 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:40.495 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:39.410545+0000 mon.smithi137 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:37:40.496 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:39.419813+0000 mon.smithi137 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:40.496 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:37:39.421786+0000 mgr.smithi137.dilesi (mgr.14180) 1046 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.nsqaed on smithi184 2024-01-16T09:37:40.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:38.932326+0000 mgr.smithi137.dilesi (mgr.14180) 1044 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:40.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:39.399788+0000 mon.smithi137 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-16T09:37:40.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:39.400394+0000 mon.smithi137 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-16T09:37:40.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:39.406605+0000 mon.smithi137 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:40.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:39.407023+0000 mgr.smithi137.dilesi (mgr.14180) 1045 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:40.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:39.410545+0000 mon.smithi137 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-16T09:37:40.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:39.419813+0000 mon.smithi137 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:40.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:37:39.421786+0000 mgr.smithi137.dilesi (mgr.14180) 1046 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.nsqaed on smithi184 2024-01-16T09:37:40.868 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:40.868 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:41.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:41.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:40.404900+0000 mon.smithi137 (mon.0) 716 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:37:41.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:40.404927+0000 mon.smithi137 (mon.0) 717 : cluster [INF] Cluster is now healthy 2024-01-16T09:37:41.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:40.404900+0000 mon.smithi137 (mon.0) 716 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-16T09:37:41.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:40.404927+0000 mon.smithi137 (mon.0) 717 : cluster [INF] Cluster is now healthy 2024-01-16T09:37:42.258 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:42.583 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:40.866206+0000 mgr.smithi137.dilesi (mgr.14180) 1047 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:42.583 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:42 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:41.407623+0000 mgr.smithi137.dilesi (mgr.14180) 1048 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:42.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:40.866206+0000 mgr.smithi137.dilesi (mgr.14180) 1047 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:42.677 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:42 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:41.407623+0000 mgr.smithi137.dilesi (mgr.14180) 1048 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:43.611 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:43.611 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:43.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:42.662947+0000 mon.smithi137 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:43.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:43.408216+0000 mgr.smithi137.dilesi (mgr.14180) 1049 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:44.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:42.662947+0000 mon.smithi137 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' 2024-01-16T09:37:44.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:43.408216+0000 mgr.smithi137.dilesi (mgr.14180) 1049 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:44.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:44.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:44 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:43.609446+0000 mgr.smithi137.dilesi (mgr.14180) 1050 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:45.023 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:44 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:43.609446+0000 mgr.smithi137.dilesi (mgr.14180) 1050 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:45.202 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:45.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:45.408940+0000 mgr.smithi137.dilesi (mgr.14180) 1051 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:45.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:45.408940+0000 mgr.smithi137.dilesi (mgr.14180) 1051 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:46.510 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:46.511 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:46.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:47.899 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:48.225 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:46.508667+0000 mgr.smithi137.dilesi (mgr.14180) 1052 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:48.225 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:47.409883+0000 mgr.smithi137.dilesi (mgr.14180) 1053 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:48.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:46.508667+0000 mgr.smithi137.dilesi (mgr.14180) 1052 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:48.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:47.409883+0000 mgr.smithi137.dilesi (mgr.14180) 1053 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:49.266 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:49.266 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:49.620 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:49.264727+0000 mgr.smithi137.dilesi (mgr.14180) 1054 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:49.620 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:49.410515+0000 mgr.smithi137.dilesi (mgr.14180) 1055 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:49.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:49.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:49.264727+0000 mgr.smithi137.dilesi (mgr.14180) 1054 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:49.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:49.410515+0000 mgr.smithi137.dilesi (mgr.14180) 1055 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-16T09:37:50.658 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:51.635 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:51.411056+0000 mgr.smithi137.dilesi (mgr.14180) 1056 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:51.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:51.411056+0000 mgr.smithi137.dilesi (mgr.14180) 1056 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:51.998 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:51.999 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:52.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:53.389 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:53.422 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:51.997115+0000 mgr.smithi137.dilesi (mgr.14180) 1057 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:53.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:51.997115+0000 mgr.smithi137.dilesi (mgr.14180) 1057 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:54.393 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:53.411844+0000 mgr.smithi137.dilesi (mgr.14180) 1058 : 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-01-16T09:37:54.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:53.411844+0000 mgr.smithi137.dilesi (mgr.14180) 1058 : 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-01-16T09:37:54.761 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:54.762 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:55.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:55.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:54.760152+0000 mgr.smithi137.dilesi (mgr.14180) 1059 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:55.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:55.412780+0000 mgr.smithi137.dilesi (mgr.14180) 1060 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:55.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:54.760152+0000 mgr.smithi137.dilesi (mgr.14180) 1059 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:55.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:55.412780+0000 mgr.smithi137.dilesi (mgr.14180) 1060 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:37:56.165 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:57.551 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:37:57.551 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:37:57.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:37:58.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:57.413422+0000 mgr.smithi137.dilesi (mgr.14180) 1061 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:58.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:57.413422+0000 mgr.smithi137.dilesi (mgr.14180) 1061 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:37:58.937 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:37:59.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:37:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:37:57.549096+0000 mgr.smithi137.dilesi (mgr.14180) 1062 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:37:59.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:37:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:37:57.549096+0000 mgr.smithi137.dilesi (mgr.14180) 1062 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:00.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:37:59.414027+0000 mgr.smithi137.dilesi (mgr.14180) 1063 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:00.382 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:00.382 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:00.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:37:59.414027+0000 mgr.smithi137.dilesi (mgr.14180) 1063 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:00.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:01.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:00.380864+0000 mgr.smithi137.dilesi (mgr.14180) 1064 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:01.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:00.380864+0000 mgr.smithi137.dilesi (mgr.14180) 1064 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:01.771 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:02.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:02 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:01.414749+0000 mgr.smithi137.dilesi (mgr.14180) 1065 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:02.514 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:02 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:01.414749+0000 mgr.smithi137.dilesi (mgr.14180) 1065 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:03.237 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:03.238 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:03.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:03.235913+0000 mgr.smithi137.dilesi (mgr.14180) 1066 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:03.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:03.415368+0000 mgr.smithi137.dilesi (mgr.14180) 1067 : 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-01-16T09:38:03.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:03.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:03.235913+0000 mgr.smithi137.dilesi (mgr.14180) 1066 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:03.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:03.415368+0000 mgr.smithi137.dilesi (mgr.14180) 1067 : 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-01-16T09:38:04.676 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:05.732 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:05.416226+0000 mgr.smithi137.dilesi (mgr.14180) 1068 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:05.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:05.416226+0000 mgr.smithi137.dilesi (mgr.14180) 1068 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:06.098 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:06.098 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:06.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:06.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:06.096695+0000 mgr.smithi137.dilesi (mgr.14180) 1069 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:06.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:06.096695+0000 mgr.smithi137.dilesi (mgr.14180) 1069 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:07.489 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:08.139 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:07.417042+0000 mgr.smithi137.dilesi (mgr.14180) 1070 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:08.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:07.417042+0000 mgr.smithi137.dilesi (mgr.14180) 1070 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:08.857 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:08.858 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:09.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:09.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:08.856550+0000 mgr.smithi137.dilesi (mgr.14180) 1071 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:09.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:09.417695+0000 mgr.smithi137.dilesi (mgr.14180) 1072 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:09.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:08.856550+0000 mgr.smithi137.dilesi (mgr.14180) 1071 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:09.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:09.417695+0000 mgr.smithi137.dilesi (mgr.14180) 1072 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:10.287 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:11.682 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:11.682 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:11.706 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:11.418260+0000 mgr.smithi137.dilesi (mgr.14180) 1073 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:11.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:11.418260+0000 mgr.smithi137.dilesi (mgr.14180) 1073 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:12.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:13.104 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:13.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:11.679891+0000 mgr.smithi137.dilesi (mgr.14180) 1074 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:13.504 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:11.679891+0000 mgr.smithi137.dilesi (mgr.14180) 1074 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:14.180 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:13.419063+0000 mgr.smithi137.dilesi (mgr.14180) 1075 : 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-01-16T09:38:14.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:13.419063+0000 mgr.smithi137.dilesi (mgr.14180) 1075 : 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-01-16T09:38:14.546 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:14.546 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:14.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:15.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:14.544926+0000 mgr.smithi137.dilesi (mgr.14180) 1076 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:15.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:15.420019+0000 mgr.smithi137.dilesi (mgr.14180) 1077 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:15.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:14.544926+0000 mgr.smithi137.dilesi (mgr.14180) 1076 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:15.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:15.420019+0000 mgr.smithi137.dilesi (mgr.14180) 1077 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:15.981 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:17.374 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:17.374 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:17.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:18.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:17.372311+0000 mgr.smithi137.dilesi (mgr.14180) 1078 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:18.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:17.420648+0000 mgr.smithi137.dilesi (mgr.14180) 1079 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:18.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:17.372311+0000 mgr.smithi137.dilesi (mgr.14180) 1078 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:18.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:17.420648+0000 mgr.smithi137.dilesi (mgr.14180) 1079 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:18.736 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:19.771 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:19.421225+0000 mgr.smithi137.dilesi (mgr.14180) 1080 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:19.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:19.421225+0000 mgr.smithi137.dilesi (mgr.14180) 1080 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:20.131 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:20.131 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:20.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:20.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:20.129474+0000 mgr.smithi137.dilesi (mgr.14180) 1081 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:20.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:20.129474+0000 mgr.smithi137.dilesi (mgr.14180) 1081 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:21.737 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:21.770 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:21.421974+0000 mgr.smithi137.dilesi (mgr.14180) 1082 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:21.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:21.421974+0000 mgr.smithi137.dilesi (mgr.14180) 1082 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:23.244 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:23.245 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:23.740 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:23.243210+0000 mgr.smithi137.dilesi (mgr.14180) 1083 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:23.740 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:23.422642+0000 mgr.smithi137.dilesi (mgr.14180) 1084 : 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-01-16T09:38:23.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:23.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:23.243210+0000 mgr.smithi137.dilesi (mgr.14180) 1083 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:23.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:23.422642+0000 mgr.smithi137.dilesi (mgr.14180) 1084 : 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-01-16T09:38:24.761 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:25.754 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:25.423252+0000 mgr.smithi137.dilesi (mgr.14180) 1085 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:25.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:25.423252+0000 mgr.smithi137.dilesi (mgr.14180) 1085 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:26.121 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:26.121 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:26.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:26.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:26 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:26.120377+0000 mgr.smithi137.dilesi (mgr.14180) 1086 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:26.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:26 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:26.120377+0000 mgr.smithi137.dilesi (mgr.14180) 1086 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:27.525 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:28.160 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:27.423935+0000 mgr.smithi137.dilesi (mgr.14180) 1087 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:28.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:27.423935+0000 mgr.smithi137.dilesi (mgr.14180) 1087 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:28.869 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:28.869 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:29.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:29.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:28.868257+0000 mgr.smithi137.dilesi (mgr.14180) 1088 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:29.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:29.424739+0000 mgr.smithi137.dilesi (mgr.14180) 1089 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:29.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:28.868257+0000 mgr.smithi137.dilesi (mgr.14180) 1088 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:29.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:29.424739+0000 mgr.smithi137.dilesi (mgr.14180) 1089 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:30.267 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:31.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:31.425333+0000 mgr.smithi137.dilesi (mgr.14180) 1090 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:31.619 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:31.619 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:31.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:31.425333+0000 mgr.smithi137.dilesi (mgr.14180) 1090 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:32.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:33.033 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:33.384 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:31.618231+0000 mgr.smithi137.dilesi (mgr.14180) 1091 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:33.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:31.618231+0000 mgr.smithi137.dilesi (mgr.14180) 1091 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:34.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:33.425996+0000 mgr.smithi137.dilesi (mgr.14180) 1092 : 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-01-16T09:38:34.482 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:34.482 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:34.508 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:33.425996+0000 mgr.smithi137.dilesi (mgr.14180) 1092 : 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-01-16T09:38:34.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:35.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:34.480025+0000 mgr.smithi137.dilesi (mgr.14180) 1093 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:35.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:35.426729+0000 mgr.smithi137.dilesi (mgr.14180) 1094 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:35.884 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:35.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:34.480025+0000 mgr.smithi137.dilesi (mgr.14180) 1093 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:35.927 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:35.426729+0000 mgr.smithi137.dilesi (mgr.14180) 1094 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:37.336 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:37.336 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:37.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:38.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:37.335207+0000 mgr.smithi137.dilesi (mgr.14180) 1095 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:38.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:37.427519+0000 mgr.smithi137.dilesi (mgr.14180) 1096 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:38.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:37.335207+0000 mgr.smithi137.dilesi (mgr.14180) 1095 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:38.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:37.427519+0000 mgr.smithi137.dilesi (mgr.14180) 1096 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:38.776 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:39.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:39.428334+0000 mgr.smithi137.dilesi (mgr.14180) 1097 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:39.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:39.428334+0000 mgr.smithi137.dilesi (mgr.14180) 1097 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:40.150 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:40.150 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:40.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:40.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:40.148884+0000 mgr.smithi137.dilesi (mgr.14180) 1098 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:40.928 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:40.148884+0000 mgr.smithi137.dilesi (mgr.14180) 1098 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:41.544 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:41.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:41 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:41.429140+0000 mgr.smithi137.dilesi (mgr.14180) 1099 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:41.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:41 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:41.429140+0000 mgr.smithi137.dilesi (mgr.14180) 1099 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:42.896 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:42.896 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:43.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:43.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:42.894173+0000 mgr.smithi137.dilesi (mgr.14180) 1100 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:43.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:43.429705+0000 mgr.smithi137.dilesi (mgr.14180) 1101 : 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-01-16T09:38:43.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:42.894173+0000 mgr.smithi137.dilesi (mgr.14180) 1100 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:43.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:43.429705+0000 mgr.smithi137.dilesi (mgr.14180) 1101 : 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-01-16T09:38:44.264 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:45.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:45.430374+0000 mgr.smithi137.dilesi (mgr.14180) 1102 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:45.645 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:45.645 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:45.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:45.430374+0000 mgr.smithi137.dilesi (mgr.14180) 1102 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:46.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:46.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:45.643971+0000 mgr.smithi137.dilesi (mgr.14180) 1103 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:46.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:45.643971+0000 mgr.smithi137.dilesi (mgr.14180) 1103 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:47.097 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:48.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:48 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:47.430945+0000 mgr.smithi137.dilesi (mgr.14180) 1104 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:48.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:48 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:47.430945+0000 mgr.smithi137.dilesi (mgr.14180) 1104 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:48.538 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:48.538 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:48.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:49.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:48.536853+0000 mgr.smithi137.dilesi (mgr.14180) 1105 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:49.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:49.431614+0000 mgr.smithi137.dilesi (mgr.14180) 1106 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:49.921 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:49.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:48.536853+0000 mgr.smithi137.dilesi (mgr.14180) 1105 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:49.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:49.431614+0000 mgr.smithi137.dilesi (mgr.14180) 1106 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:51.371 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:51.371 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:51.665 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:51.369253+0000 mgr.smithi137.dilesi (mgr.14180) 1107 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:51.665 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:51.432192+0000 mgr.smithi137.dilesi (mgr.14180) 1108 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:51.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:51.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:51.369253+0000 mgr.smithi137.dilesi (mgr.14180) 1107 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:51.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:51.432192+0000 mgr.smithi137.dilesi (mgr.14180) 1108 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:52.889 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:53.760 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:53.432781+0000 mgr.smithi137.dilesi (mgr.14180) 1109 : 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-01-16T09:38:53.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:53.432781+0000 mgr.smithi137.dilesi (mgr.14180) 1109 : 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-01-16T09:38:54.263 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:54.263 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:54.618 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:54.261498+0000 mgr.smithi137.dilesi (mgr.14180) 1110 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:54.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:54.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:54.261498+0000 mgr.smithi137.dilesi (mgr.14180) 1110 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:55.639 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:55.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:55.433668+0000 mgr.smithi137.dilesi (mgr.14180) 1111 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:55.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:55.433668+0000 mgr.smithi137.dilesi (mgr.14180) 1111 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:38:57.112 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:57.112 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:57.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:38:58.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:57.110489+0000 mgr.smithi137.dilesi (mgr.14180) 1112 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:58.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:58 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:57.434199+0000 mgr.smithi137.dilesi (mgr.14180) 1113 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:58.503 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:38:58.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:57.110489+0000 mgr.smithi137.dilesi (mgr.14180) 1112 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:38:58.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:58 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:57.434199+0000 mgr.smithi137.dilesi (mgr.14180) 1113 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:59.773 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:38:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:38:59.435013+0000 mgr.smithi137.dilesi (mgr.14180) 1114 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:38:59.906 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:38:59.907 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:38:59.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:38:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:38:59.435013+0000 mgr.smithi137.dilesi (mgr.14180) 1114 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:00.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:00.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:38:59.905659+0000 mgr.smithi137.dilesi (mgr.14180) 1115 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:00.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:38:59.905659+0000 mgr.smithi137.dilesi (mgr.14180) 1115 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:01.287 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:01.662 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:01.435587+0000 mgr.smithi137.dilesi (mgr.14180) 1116 : 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-01-16T09:39:01.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:01.435587+0000 mgr.smithi137.dilesi (mgr.14180) 1116 : 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-01-16T09:39:02.773 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:02.774 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:03.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:03.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:02.772735+0000 mgr.smithi137.dilesi (mgr.14180) 1117 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:03.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:03.436263+0000 mgr.smithi137.dilesi (mgr.14180) 1118 : 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-01-16T09:39:03.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:02.772735+0000 mgr.smithi137.dilesi (mgr.14180) 1117 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:03.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:03.436263+0000 mgr.smithi137.dilesi (mgr.14180) 1118 : 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-01-16T09:39:04.203 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:05.579 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:05.579 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:05.762 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:05.436930+0000 mgr.smithi137.dilesi (mgr.14180) 1119 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:39:05.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:05.436930+0000 mgr.smithi137.dilesi (mgr.14180) 1119 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:39:05.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:06.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:05.577771+0000 mgr.smithi137.dilesi (mgr.14180) 1120 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:06.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:05.577771+0000 mgr.smithi137.dilesi (mgr.14180) 1120 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:06.977 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:08.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:08 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:07.437481+0000 mgr.smithi137.dilesi (mgr.14180) 1121 : 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-01-16T09:39:08.438 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:08.438 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:08.460 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:08 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:07.437481+0000 mgr.smithi137.dilesi (mgr.14180) 1121 : 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-01-16T09:39:08.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:09.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:08.436230+0000 mgr.smithi137.dilesi (mgr.14180) 1122 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:09.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:08.436230+0000 mgr.smithi137.dilesi (mgr.14180) 1122 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:09.826 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:10.177 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:09.438070+0000 mgr.smithi137.dilesi (mgr.14180) 1123 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:10.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:09.438070+0000 mgr.smithi137.dilesi (mgr.14180) 1123 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:11.201 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:11.202 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:11.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:11.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:11.200366+0000 mgr.smithi137.dilesi (mgr.14180) 1124 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:11.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:11.438619+0000 mgr.smithi137.dilesi (mgr.14180) 1125 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:11.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:11.200366+0000 mgr.smithi137.dilesi (mgr.14180) 1124 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:11.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:11.438619+0000 mgr.smithi137.dilesi (mgr.14180) 1125 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:12.577 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:13.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:13.439202+0000 mgr.smithi137.dilesi (mgr.14180) 1126 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:13.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:13.439202+0000 mgr.smithi137.dilesi (mgr.14180) 1126 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:13.959 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:13.959 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:14.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:14.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:13.958034+0000 mgr.smithi137.dilesi (mgr.14180) 1127 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:14.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:13.958034+0000 mgr.smithi137.dilesi (mgr.14180) 1127 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:15.344 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:15.705 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:15.439881+0000 mgr.smithi137.dilesi (mgr.14180) 1128 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:39:15.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:15.439881+0000 mgr.smithi137.dilesi (mgr.14180) 1128 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:39:16.709 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:16.709 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:17.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:18.121 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:18.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:16.708478+0000 mgr.smithi137.dilesi (mgr.14180) 1129 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:18.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:18 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:17.440668+0000 mgr.smithi137.dilesi (mgr.14180) 1130 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:18.447 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:16.708478+0000 mgr.smithi137.dilesi (mgr.14180) 1129 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:18.448 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:18 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:17.440668+0000 mgr.smithi137.dilesi (mgr.14180) 1130 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:19.459 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:19.459 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:19.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:19.441255+0000 mgr.smithi137.dilesi (mgr.14180) 1131 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:19.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:19.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:19.441255+0000 mgr.smithi137.dilesi (mgr.14180) 1131 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:20.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:19.458029+0000 mgr.smithi137.dilesi (mgr.14180) 1132 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:20.876 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:20.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:19.458029+0000 mgr.smithi137.dilesi (mgr.14180) 1132 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:21.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:21.441943+0000 mgr.smithi137.dilesi (mgr.14180) 1133 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-16T09:39:21.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:21.441943+0000 mgr.smithi137.dilesi (mgr.14180) 1133 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-16T09:39:22.235 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:22.236 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:22.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:23.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:22.234815+0000 mgr.smithi137.dilesi (mgr.14180) 1134 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:23.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:22.234815+0000 mgr.smithi137.dilesi (mgr.14180) 1134 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:23.616 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:24.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:24 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:23.442559+0000 mgr.smithi137.dilesi (mgr.14180) 1135 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-16T09:39:24.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:24 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:23.442559+0000 mgr.smithi137.dilesi (mgr.14180) 1135 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-16T09:39:25.035 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:25.035 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:25.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:25.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:25.033938+0000 mgr.smithi137.dilesi (mgr.14180) 1136 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:25.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:25.443222+0000 mgr.smithi137.dilesi (mgr.14180) 1137 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-16T09:39:25.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:25.033938+0000 mgr.smithi137.dilesi (mgr.14180) 1136 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:25.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:25.443222+0000 mgr.smithi137.dilesi (mgr.14180) 1137 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-16T09:39:26.431 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:27.819 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:27.819 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:28.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:28.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:27.443902+0000 mgr.smithi137.dilesi (mgr.14180) 1138 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-16T09:39:28.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:27.443902+0000 mgr.smithi137.dilesi (mgr.14180) 1138 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-16T09:39:29.190 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:29.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:27.818199+0000 mgr.smithi137.dilesi (mgr.14180) 1139 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:29.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:27.818199+0000 mgr.smithi137.dilesi (mgr.14180) 1139 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:30.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:30 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:29.444552+0000 mgr.smithi137.dilesi (mgr.14180) 1140 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-16T09:39:30.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:30 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:29.444552+0000 mgr.smithi137.dilesi (mgr.14180) 1140 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-16T09:39:30.659 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:30.659 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:31.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:31.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:30.657412+0000 mgr.smithi137.dilesi (mgr.14180) 1141 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:31.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:31.445512+0000 mgr.smithi137.dilesi (mgr.14180) 1142 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-16T09:39:31.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:30.657412+0000 mgr.smithi137.dilesi (mgr.14180) 1141 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:31.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:31.445512+0000 mgr.smithi137.dilesi (mgr.14180) 1142 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-16T09:39:32.080 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:33.450 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:33.451 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:33.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:33.446148+0000 mgr.smithi137.dilesi (mgr.14180) 1143 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:39:33.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:33.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:33.446148+0000 mgr.smithi137.dilesi (mgr.14180) 1143 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-16T09:39:34.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:33.449502+0000 mgr.smithi137.dilesi (mgr.14180) 1144 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:34.879 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:34.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:33.449502+0000 mgr.smithi137.dilesi (mgr.14180) 1144 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:35.761 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:35.446848+0000 mgr.smithi137.dilesi (mgr.14180) 1145 : cluster [DBG] pgmap v694: 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-01-16T09:39:35.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:35.446848+0000 mgr.smithi137.dilesi (mgr.14180) 1145 : cluster [DBG] pgmap v694: 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-01-16T09:39:36.276 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:36.277 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:36.631 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:36.276042+0000 mgr.smithi137.dilesi (mgr.14180) 1146 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:36.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:36.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:36 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:36.276042+0000 mgr.smithi137.dilesi (mgr.14180) 1146 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:37.671 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:38.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:38 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:37.447537+0000 mgr.smithi137.dilesi (mgr.14180) 1147 : 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-01-16T09:39:38.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:38 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:37.447537+0000 mgr.smithi137.dilesi (mgr.14180) 1147 : 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-01-16T09:39:39.055 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:39.055 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:39.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:39.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:39 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:39.053335+0000 mgr.smithi137.dilesi (mgr.14180) 1148 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:39.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:39 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:39.053335+0000 mgr.smithi137.dilesi (mgr.14180) 1148 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:40.438 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:40.772 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:40 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:39.448300+0000 mgr.smithi137.dilesi (mgr.14180) 1149 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:40.926 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:40 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:39.448300+0000 mgr.smithi137.dilesi (mgr.14180) 1149 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:41.868 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:41.868 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:42.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:43.332 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:43.364 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:41.448899+0000 mgr.smithi137.dilesi (mgr.14180) 1150 : 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-01-16T09:39:43.365 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:43 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:41.866905+0000 mgr.smithi137.dilesi (mgr.14180) 1151 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:43.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:41.448899+0000 mgr.smithi137.dilesi (mgr.14180) 1150 : 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-01-16T09:39:43.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:43 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:41.866905+0000 mgr.smithi137.dilesi (mgr.14180) 1151 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:44.795 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:44.795 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:45.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:45.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:45 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:43.449682+0000 mgr.smithi137.dilesi (mgr.14180) 1152 : 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-01-16T09:39:45.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:45 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:43.449682+0000 mgr.smithi137.dilesi (mgr.14180) 1152 : 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-01-16T09:39:46.239 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:46.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:46 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:44.792712+0000 mgr.smithi137.dilesi (mgr.14180) 1153 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:46.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:46 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:44.792712+0000 mgr.smithi137.dilesi (mgr.14180) 1153 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:47.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:47 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:45.450356+0000 mgr.smithi137.dilesi (mgr.14180) 1154 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:39:47.363 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:47 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:45.450356+0000 mgr.smithi137.dilesi (mgr.14180) 1154 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:39:47.655 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:47.655 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:48.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:49.179 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:49.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:47.451034+0000 mgr.smithi137.dilesi (mgr.14180) 1155 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:49.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:49 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:47.654092+0000 mgr.smithi137.dilesi (mgr.14180) 1156 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:49.496 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:47.451034+0000 mgr.smithi137.dilesi (mgr.14180) 1155 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:49.496 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:49 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:47.654092+0000 mgr.smithi137.dilesi (mgr.14180) 1156 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:50.548 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:50.548 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:50.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:51.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:51 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:49.451895+0000 mgr.smithi137.dilesi (mgr.14180) 1157 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:51.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:51 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:49.451895+0000 mgr.smithi137.dilesi (mgr.14180) 1157 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:51.928 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:52.245 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:52 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:50.547389+0000 mgr.smithi137.dilesi (mgr.14180) 1158 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:52.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:52 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:50.547389+0000 mgr.smithi137.dilesi (mgr.14180) 1158 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:53.265 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:53.266 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:53.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:53 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:51.452782+0000 mgr.smithi137.dilesi (mgr.14180) 1159 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:53.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:53 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:51.452782+0000 mgr.smithi137.dilesi (mgr.14180) 1159 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:53.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:54.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:54 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:53.261407+0000 mgr.smithi137.dilesi (mgr.14180) 1160 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:54.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:54 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:53.261407+0000 mgr.smithi137.dilesi (mgr.14180) 1160 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:54.704 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:55.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:55 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:53.453369+0000 mgr.smithi137.dilesi (mgr.14180) 1161 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:55.462 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:55 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:53.453369+0000 mgr.smithi137.dilesi (mgr.14180) 1161 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:56.154 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:56.155 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:56.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:57.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:55.453962+0000 mgr.smithi137.dilesi (mgr.14180) 1162 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:39:57.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:57 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:56.154008+0000 mgr.smithi137.dilesi (mgr.14180) 1163 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:57.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:55.453962+0000 mgr.smithi137.dilesi (mgr.14180) 1162 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:39:57.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:57 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:56.154008+0000 mgr.smithi137.dilesi (mgr.14180) 1163 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:39:57.536 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:39:58.995 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:39:58.995 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:39:59.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:39:59 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:57.454724+0000 mgr.smithi137.dilesi (mgr.14180) 1164 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:39:59.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:39:59.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:39:59 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:57.454724+0000 mgr.smithi137.dilesi (mgr.14180) 1164 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:00.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:39:58.994135+0000 mgr.smithi137.dilesi (mgr.14180) 1165 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:00.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:00 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:00.000138+0000 mon.smithi137 (mon.0) 719 : cluster [INF] overall HEALTH_OK 2024-01-16T09:40:00.429 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:00.460 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:39:58.994135+0000 mgr.smithi137.dilesi (mgr.14180) 1165 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:00.460 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:00 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:00.000138+0000 mon.smithi137 (mon.0) 719 : cluster [INF] overall HEALTH_OK 2024-01-16T09:40:01.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:01 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:39:59.455410+0000 mgr.smithi137.dilesi (mgr.14180) 1166 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:01.520 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:01 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:39:59.455410+0000 mgr.smithi137.dilesi (mgr.14180) 1166 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:01.921 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:01.921 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:02.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:03.319 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:03.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:01.455990+0000 mgr.smithi137.dilesi (mgr.14180) 1167 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:03.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:03 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:01.919800+0000 mgr.smithi137.dilesi (mgr.14180) 1168 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:03.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:01.455990+0000 mgr.smithi137.dilesi (mgr.14180) 1167 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:03.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:03 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:01.919800+0000 mgr.smithi137.dilesi (mgr.14180) 1168 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:04.663 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:04.663 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:05.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:05.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:05 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:03.456760+0000 mgr.smithi137.dilesi (mgr.14180) 1169 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:05.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:05 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:03.456760+0000 mgr.smithi137.dilesi (mgr.14180) 1169 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:06.060 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:06.392 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:06 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:04.661765+0000 mgr.smithi137.dilesi (mgr.14180) 1170 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:06.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:06 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:04.661765+0000 mgr.smithi137.dilesi (mgr.14180) 1170 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:07.425 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:07 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:05.457428+0000 mgr.smithi137.dilesi (mgr.14180) 1171 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:40:07.475 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:07.475 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:31:30.108337Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.xsbvgw on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:07.501 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:07 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:05.457428+0000 mgr.smithi137.dilesi (mgr.14180) 1171 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:40:07.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:08.910 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:09.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:07.458042+0000 mgr.smithi137.dilesi (mgr.14180) 1172 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:09.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:09 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:07.474182+0000 mgr.smithi137.dilesi (mgr.14180) 1173 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:09.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:07.458042+0000 mgr.smithi137.dilesi (mgr.14180) 1172 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:09.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:09 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:07.474182+0000 mgr.smithi137.dilesi (mgr.14180) 1173 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:10.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:10 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:10.008349+0000 mon.smithi137 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.nsqaed"}]: dispatch 2024-01-16T09:40:10.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:10 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:10.008349+0000 mon.smithi137 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.137:0/1775380077' entity='mgr.smithi137.dilesi' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.nsqaed"}]: dispatch 2024-01-16T09:40:10.448 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:10.449 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:10.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:11.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:09.458826+0000 mgr.smithi137.dilesi (mgr.14180) 1174 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:40:10.007853+0000 mgr.smithi137.dilesi (mgr.14180) 1175 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.nsqaed ... 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:38:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:38:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:39:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:40:11.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Traceback (most recent call last): 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: yield (conn, connr) 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: code, '\n'.join(err))) 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.nsqaed ... 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:40:11.428 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:38:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:38:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:39:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:40:10.008041+0000 mgr.smithi137.dilesi (mgr.14180) 1176 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:40:10.008907+0000 mgr.smithi137.dilesi (mgr.14180) 1177 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: Deploy daemon haproxy.nfs.foo.smithi184.nsqaed ... 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:38:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:38:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.429 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr time="2024-01-16T09:39:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:40:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cephadm 2024-01-16T09:40:10.010251+0000 mgr.smithi137.dilesi (mgr.14180) 1178 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi137.ofwnmi on smithi137 2024-01-16T09:40:11.430 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:11 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:10.447674+0000 mgr.smithi137.dilesi (mgr.14180) 1179 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:11.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:09.458826+0000 mgr.smithi137.dilesi (mgr.14180) 1174 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:11.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:40:10.007853+0000 mgr.smithi137.dilesi (mgr.14180) 1175 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.nsqaed ... 2024-01-16T09:40:11.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.523 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:38:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:38:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:39:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Traceback (most recent call last): 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: yield (conn, connr) 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: code, '\n'.join(err))) 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.524 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.nsqaed ... 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:38:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:38:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:39:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:40:10.008041+0000 mgr.smithi137.dilesi (mgr.14180) 1176 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:40:10.008907+0000 mgr.smithi137.dilesi (mgr.14180) 1177 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.525 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: /bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: Deploy daemon haproxy.nfs.foo.smithi184.nsqaed ... 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:38:16Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:38:53Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr time="2024-01-16T09:39:31Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cephadm 2024-01-16T09:40:10.010251+0000 mgr.smithi137.dilesi (mgr.14180) 1178 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi137.ofwnmi on smithi137 2024-01-16T09:40:11.526 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:11 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:10.447674+0000 mgr.smithi137.dilesi (mgr.14180) 1179 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:11.859 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:13.209 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:13.210 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:13.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:13 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:11.459421+0000 mgr.smithi137.dilesi (mgr.14180) 1180 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:13.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:13 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:11.459421+0000 mgr.smithi137.dilesi (mgr.14180) 1180 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:13.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:14.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:14 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:13.208228+0000 mgr.smithi137.dilesi (mgr.14180) 1181 : audit [DBG] from='client.16272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:14.615 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:14.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:14 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:13.208228+0000 mgr.smithi137.dilesi (mgr.14180) 1181 : audit [DBG] from='client.16272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:15.242 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:15 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:13.459973+0000 mgr.smithi137.dilesi (mgr.14180) 1182 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:15.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:15 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:13.459973+0000 mgr.smithi137.dilesi (mgr.14180) 1182 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:15.959 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:15.959 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:16.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:17.350 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:17.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:15.460635+0000 mgr.smithi137.dilesi (mgr.14180) 1183 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:40:17.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:17 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:15.957789+0000 mgr.smithi137.dilesi (mgr.14180) 1184 : audit [DBG] from='client.16276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:17.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:15.460635+0000 mgr.smithi137.dilesi (mgr.14180) 1183 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:40:17.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:17 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:15.957789+0000 mgr.smithi137.dilesi (mgr.14180) 1184 : audit [DBG] from='client.16276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:18.721 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:18.721 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:19.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:19.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:19 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:17.461253+0000 mgr.smithi137.dilesi (mgr.14180) 1185 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:19.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:19 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:17.461253+0000 mgr.smithi137.dilesi (mgr.14180) 1185 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:20.117 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:20.457 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:20 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:18.720050+0000 mgr.smithi137.dilesi (mgr.14180) 1186 : audit [DBG] from='client.16280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:20.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:20 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:18.720050+0000 mgr.smithi137.dilesi (mgr.14180) 1186 : audit [DBG] from='client.16280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:21.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:21 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:19.462095+0000 mgr.smithi137.dilesi (mgr.14180) 1187 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:21.549 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:21.550 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:21.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:21 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:19.462095+0000 mgr.smithi137.dilesi (mgr.14180) 1187 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:21.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:22.938 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:23.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:21.462676+0000 mgr.smithi137.dilesi (mgr.14180) 1188 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:23.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:23 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:21.549086+0000 mgr.smithi137.dilesi (mgr.14180) 1189 : audit [DBG] from='client.16284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:23.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:21.462676+0000 mgr.smithi137.dilesi (mgr.14180) 1188 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:23.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:23 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:21.549086+0000 mgr.smithi137.dilesi (mgr.14180) 1189 : audit [DBG] from='client.16284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:24.399 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:24.399 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:24.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:25.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:23.463203+0000 mgr.smithi137.dilesi (mgr.14180) 1190 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:25.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:25 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:24.397749+0000 mgr.smithi137.dilesi (mgr.14180) 1191 : audit [DBG] from='client.16288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:25.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:23.463203+0000 mgr.smithi137.dilesi (mgr.14180) 1190 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:25.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:25 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:24.397749+0000 mgr.smithi137.dilesi (mgr.14180) 1191 : audit [DBG] from='client.16288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:25.822 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:27.215 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:27.215 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:27.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:27 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:25.464052+0000 mgr.smithi137.dilesi (mgr.14180) 1192 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:40:27.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:27.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:27 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:25.464052+0000 mgr.smithi137.dilesi (mgr.14180) 1192 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-16T09:40:28.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:28 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:27.214147+0000 mgr.smithi137.dilesi (mgr.14180) 1193 : audit [DBG] from='client.16292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:28.663 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:28.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:28 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:27.214147+0000 mgr.smithi137.dilesi (mgr.14180) 1193 : audit [DBG] from='client.16292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:29.272 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:29 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:27.464734+0000 mgr.smithi137.dilesi (mgr.14180) 1194 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:29.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:29 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:27.464734+0000 mgr.smithi137.dilesi (mgr.14180) 1194 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:30.097 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:30.098 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:30.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:31.506 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:31.521 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:29.465278+0000 mgr.smithi137.dilesi (mgr.14180) 1195 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:31.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:31 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:30.096356+0000 mgr.smithi137.dilesi (mgr.14180) 1196 : audit [DBG] from='client.16296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:31.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:29.465278+0000 mgr.smithi137.dilesi (mgr.14180) 1195 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:31.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:31 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:30.096356+0000 mgr.smithi137.dilesi (mgr.14180) 1196 : audit [DBG] from='client.16296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:32.847 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:32.847 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:33.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:33.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:33 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:31.466091+0000 mgr.smithi137.dilesi (mgr.14180) 1197 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:33.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:33 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:31.466091+0000 mgr.smithi137.dilesi (mgr.14180) 1197 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:34.239 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid de5857a0-b44f-11ee-95ad-87774f69a715 -- ceph orch ls -f json 2024-01-16T09:40:34.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:34 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: audit 2024-01-16T09:40:32.846142+0000 mgr.smithi137.dilesi (mgr.14180) 1198 : audit [DBG] from='client.16300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:34.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:34 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: audit 2024-01-16T09:40:32.846142+0000 mgr.smithi137.dilesi (mgr.14180) 1198 : audit [DBG] from='client.16300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-16T09:40:35.522 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:35 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: cluster 2024-01-16T09:40:33.466794+0000 mgr.smithi137.dilesi (mgr.14180) 1199 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:35.614 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-01-16T09:40:35.614 INFO:teuthology.orchestra.run.smithi137.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-16T09:17:12.687775Z", "last_refresh": "2024-01-16T09:37:39.103019Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-16T09:17:08.959297Z", "last_refresh": "2024-01-16T09:37:36.339308Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-16T09:17:10.953373Z", "last_refresh": "2024-01-16T09:37:39.103143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:34:05.076323Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.popdsf on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-popdsf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.popdsf\nDeploy daemon haproxy.nfs.foo.smithi184.popdsf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:32:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:32:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:33:27Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.902549Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi137.otgkvo on smithi137: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi137-otgkvo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi137.otgkvo\nDeploy daemon haproxy.nfs.foo.smithi137.otgkvo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:34:42Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:19Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:35:57Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi137 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-16T09:36:34.903697Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.bnrkkw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:36:34.904658Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi137.yiqfcf on smithi137: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-16T09:40:10.008815Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nsqaed on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy-nfs-foo-smithi184-nsqaed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\n/bin/podman: stderr Error: no such container ceph-de5857a0-b44f-11ee-95ad-87774f69a715-haproxy.nfs.foo.smithi184.nsqaed\nDeploy daemon haproxy.nfs.foo.smithi184.nsqaed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-16T09:38:16Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:38:53Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-16T09:39:31Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.137/16"}, "status": {"created": "2024-01-16T09:20:50.236776Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.137/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-16T09:17:07.949604Z", "last_refresh": "2024-01-16T09:37:36.339474Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:08.110011Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi137:172.21.15.137=smithi137", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-16T09:18:08.107484Z", "last_refresh": "2024-01-16T09:37:36.339553Z", "running": 2, "size": 2}}, {"events": ["2024-01-16T09:20:50.235757Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-16T09:20:50.232279Z", "last_refresh": "2024-01-16T09:37:39.103661Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-16T09:17:11.829865Z", "last_refresh": "2024-01-16T09:37:36.339618Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-16T09:18:37.452442Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-16T09:18:37.448288Z", "last_refresh": "2024-01-16T09:37:36.339682Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-16T09:17:09.956833Z", "last_refresh": "2024-01-16T09:37:39.103263Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-16T09:20:45.968585Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-16T09:20:51.453021Z", "last_refresh": "2024-01-16T09:37:36.339961Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-16T09:40:35.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:35 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: cluster 2024-01-16T09:40:33.466794+0000 mgr.smithi137.dilesi (mgr.14180) 1199 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-16T09:40:35.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-16T09:40:35.995 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-16T09:40:36.252 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f8eece9e3adc44a9b34d40d344ee5c7d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_a70aebef70df6ec2d957347ccbfc484e0573dd5f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-16T09:40:36.254 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-16T09:40:36.266 INFO:tasks.vip:Removing 10.0.15.137 (and any VIPs) on smithi137.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T09:40:36.266 DEBUG:teuthology.orchestra.run.smithi137:> sudo ip addr del 10.0.15.137/16 dev enp3s0f1 2024-01-16T09:40:36.302 DEBUG:teuthology.orchestra.run.smithi137:> sudo ip addr del 10.0.31.137/16 dev enp3s0f1 2024-01-16T09:40:36.393 INFO:teuthology.orchestra.run.smithi137.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-16T09:40:36.394 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T09:40:36.394 INFO:tasks.vip:Removing 10.0.15.184 (and any VIPs) on smithi184.front.sepia.ceph.com iface enp3s0f1... 2024-01-16T09:40:36.395 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr del 10.0.15.184/16 dev enp3s0f1 2024-01-16T09:40:36.450 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr del 10.0.31.137/16 dev enp3s0f1 2024-01-16T09:40:36.479 INFO:teuthology.orchestra.run.smithi184.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-16T09:40:36.480 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-16T09:40:36.480 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-16T09:40:36.491 INFO:tasks.cephadm:Teardown begin 2024-01-16T09:40:36.492 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:40:36.519 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:40:36.549 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-16T09:40:36.550 DEBUG:teuthology.orchestra.run.smithi137:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T09:40:36.575 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-16T09:40:36.607 INFO:tasks.cephadm:Stopping all daemons... 2024-01-16T09:40:36.607 INFO:tasks.cephadm.mon.smithi137:Stopping mon.smithi137... 2024-01-16T09:40:36.608 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi137 2024-01-16T09:40:36.895 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:36 smithi137 systemd[1]: Stopping Ceph mon.smithi137 for de5857a0-b44f-11ee-95ad-87774f69a715... 2024-01-16T09:40:36.895 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:36 smithi137 bash[156832]: Error: no container with name or ID "ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon.smithi137" found: no such container 2024-01-16T09:40:36.895 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:40:36.886+0000 7fd08ac66700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi137 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T09:40:36.895 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:36 smithi137 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137[32792]: debug 2024-01-16T09:40:36.886+0000 7fd08ac66700 -1 mon.smithi137@0(leader) e2 *** Got Signal Terminated *** 2024-01-16T09:40:37.466 INFO:journalctl@ceph.mon.smithi137.smithi137.stdout:Jan 16 09:40:37 smithi137 bash[156870]: ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi137 2024-01-16T09:40:37.473 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi137.service' 2024-01-16T09:40:37.530 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T09:40:37.531 INFO:tasks.cephadm.mon.smithi137:Stopped mon.smithi137 2024-01-16T09:40:37.531 INFO:tasks.cephadm.mon.smithi184:Stopping mon.smithi184... 2024-01-16T09:40:37.531 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi184 2024-01-16T09:40:37.675 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:37 smithi184 systemd[1]: Stopping Ceph mon.smithi184 for de5857a0-b44f-11ee-95ad-87774f69a715... 2024-01-16T09:40:37.676 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:37 smithi184 bash[56869]: Error: no container with name or ID "ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon.smithi184" found: no such container 2024-01-16T09:40:38.082 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:40:37.790+0000 7f521c06f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi184 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-16T09:40:38.082 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:37 smithi184 ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184[36215]: debug 2024-01-16T09:40:37.790+0000 7f521c06f700 -1 mon.smithi184@1(peon) e2 *** Got Signal Terminated *** 2024-01-16T09:40:38.308 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi184.service' 2024-01-16T09:40:38.332 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:38 smithi184 bash[56909]: ceph-de5857a0-b44f-11ee-95ad-87774f69a715-mon-smithi184 2024-01-16T09:40:38.333 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:38 smithi184 systemd[1]: ceph-de5857a0-b44f-11ee-95ad-87774f69a715@mon.smithi184.service: Succeeded. 2024-01-16T09:40:38.333 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Jan 16 09:40:38 smithi184 systemd[1]: Stopped Ceph mon.smithi184 for de5857a0-b44f-11ee-95ad-87774f69a715. 2024-01-16T09:40:38.368 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-16T09:40:38.368 INFO:tasks.cephadm.mon.smithi184:Stopped mon.smithi184 2024-01-16T09:40:38.368 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid de5857a0-b44f-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T09:43:35.341 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid de5857a0-b44f-11ee-95ad-87774f69a715 --force --keep-logs 2024-01-16T09:44:16.069 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:44:16.120 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-16T09:44:16.150 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-16T09:44:16.152 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725/remote/ubuntu@smithi137.front.sepia.ceph.com/crash 2024-01-16T09:44:16.153 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/crash -- . 2024-01-16T09:44:16.188 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T09:44:16.188 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-01-16T09:44:16.190 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725/remote/ubuntu@smithi184.front.sepia.ceph.com/crash 2024-01-16T09:44:16.191 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/crash -- . 2024-01-16T09:44:16.241 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/crash: Cannot open: No such file or directory 2024-01-16T09:44:16.242 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2024-01-16T09:44:16.243 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-16T09:44:16.243 DEBUG:teuthology.orchestra.run.smithi137:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-16T09:44:16.273 INFO:teuthology.orchestra.run.smithi137.stderr:grep: /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph.log: No such file or directory 2024-01-16T09:44:16.275 INFO:tasks.cephadm:Compressing logs... 2024-01-16T09:44:16.275 DEBUG:teuthology.orchestra.run.smithi137:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-16T09:44:16.318 DEBUG:teuthology.orchestra.run.smithi184:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-16T09:44:16.345 INFO:teuthology.orchestra.run.smithi137.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T09:44:16.345 INFO:teuthology.orchestra.run.smithi137.stderr:: No such file or directory 2024-01-16T09:44:16.345 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.5.log 2024-01-16T09:44:16.345 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mgr.smithi137.dilesi.log 2024-01-16T09:44:16.345 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-client.rgw.foorgw.smithi137.gxtfyx.log 2024-01-16T09:44:16.346 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.7.log 2024-01-16T09:44:16.348 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mgr.smithi137.dilesi.log: gzip /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-client.rgw.foorgw.smithi137.gxtfyx.log: -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.1.log 2024-01-16T09:44:16.348 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.7.log: 75.7% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-client.rgw.foorgw.smithi137.gxtfyx.log.gz 2024-01-16T09:44:16.348 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.3.log 2024-01-16T09:44:16.349 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T09:44:16.349 INFO:teuthology.orchestra.run.smithi184.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-16T09:44:16.349 INFO:teuthology.orchestra.run.smithi184.stderr:: No such file or directory 2024-01-16T09:44:16.350 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mon.smithi184.log 2024-01-16T09:44:16.350 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.2.log 2024-01-16T09:44:16.350 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-volume.log 2024-01-16T09:44:16.350 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mon.smithi184.log: /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mgr.smithi184.dpforh.log 2024-01-16T09:44:16.350 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.0.log 2024-01-16T09:44:16.350 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mgr.smithi184.dpforh.log: gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.6.log 2024-01-16T09:44:16.351 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.3.log: /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mon.smithi137.log 2024-01-16T09:44:16.351 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.0.log: /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.6.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T09:44:16.351 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.4.log 2024-01-16T09:44:16.354 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.4.log: 93.2% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mgr.smithi184.dpforh.log.gz 2024-01-16T09:44:16.355 INFO:teuthology.orchestra.run.smithi184.stderr: 92.3% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T09:44:16.358 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-client.rgw.foorgw.smithi184.fqrszh.log 2024-01-16T09:44:16.359 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-client.rgw.foorgw.smithi184.fqrszh.log: 75.4% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-client.rgw.foorgw.smithi184.fqrszh.log.gz 2024-01-16T09:44:16.360 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mon.smithi137.log: 92.4% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-volume.log.gz 2024-01-16T09:44:16.381 INFO:teuthology.orchestra.run.smithi137.stderr: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-16T09:44:16.531 INFO:teuthology.orchestra.run.smithi137.stderr: 90.1% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mgr.smithi137.dilesi.log.gz 2024-01-16T09:44:16.673 INFO:teuthology.orchestra.run.smithi184.stderr: 92.6% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mon.smithi184.log.gz 2024-01-16T09:44:17.101 INFO:teuthology.orchestra.run.smithi137.stderr: 90.5% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-mon.smithi137.log.gz 2024-01-16T09:44:17.352 INFO:teuthology.orchestra.run.smithi184.stderr: 93.3% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.2.log.gz 2024-01-16T09:44:17.355 INFO:teuthology.orchestra.run.smithi137.stderr: 93.4% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.5.log.gz 2024-01-16T09:44:17.364 INFO:teuthology.orchestra.run.smithi184.stderr: 93.3% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.6.log.gz 2024-01-16T09:44:17.406 INFO:teuthology.orchestra.run.smithi184.stderr: 93.7% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.4.log.gz 2024-01-16T09:44:17.437 INFO:teuthology.orchestra.run.smithi137.stderr: 93.6% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.7.log.gz 2024-01-16T09:44:17.472 INFO:teuthology.orchestra.run.smithi184.stderr: 93.5% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.0.log.gz 2024-01-16T09:44:17.474 INFO:teuthology.orchestra.run.smithi184.stderr: 2024-01-16T09:44:17.474 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m1.140s 2024-01-16T09:44:17.474 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m4.381s 2024-01-16T09:44:17.474 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m0.192s 2024-01-16T09:44:17.546 INFO:teuthology.orchestra.run.smithi137.stderr: 93.3% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.1.log.gz 2024-01-16T09:44:17.552 INFO:teuthology.orchestra.run.smithi137.stderr: 93.5% -- replaced with /var/log/ceph/de5857a0-b44f-11ee-95ad-87774f69a715/ceph-osd.3.log.gz 2024-01-16T09:44:17.554 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-01-16T09:44:17.554 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m1.221s 2024-01-16T09:44:17.554 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m5.282s 2024-01-16T09:44:17.554 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.226s 2024-01-16T09:44:17.554 INFO:tasks.cephadm:Archiving logs... 2024-01-16T09:44:17.555 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725/remote/ubuntu@smithi137.front.sepia.ceph.com/log 2024-01-16T09:44:17.556 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T09:44:18.374 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725/remote/ubuntu@smithi184.front.sepia.ceph.com/log 2024-01-16T09:44:18.376 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-16T09:44:19.093 INFO:tasks.cephadm:Removing cluster... 2024-01-16T09:44:19.094 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid de5857a0-b44f-11ee-95ad-87774f69a715 --force 2024-01-16T09:44:19.479 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid de5857a0-b44f-11ee-95ad-87774f69a715 --force 2024-01-16T09:44:19.858 INFO:tasks.cephadm:Removing cephadm ... 2024-01-16T09:44:19.859 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T09:44:19.877 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-16T09:44:19.894 INFO:tasks.cephadm:Teardown complete 2024-01-16T09:44:19.895 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-16T09:44:19.918 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_1... 2024-01-16T09:44:19.918 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_1 2024-01-16T09:44:20.043 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-16T09:44:20.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:20.045 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_2... 2024-01-16T09:44:20.045 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_2 2024-01-16T09:44:20.175 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-16T09:44:20.176 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:20.177 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_3... 2024-01-16T09:44:20.177 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_3 2024-01-16T09:44:20.306 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-16T09:44:20.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:20.308 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi137:/dev/vg_nvme/lv_4... 2024-01-16T09:44:20.308 DEBUG:teuthology.orchestra.run.smithi137:> sudo nvme disconnect -n lv_4 2024-01-16T09:44:20.439 INFO:teuthology.orchestra.run.smithi137.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-16T09:44:20.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:20.441 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-01-16T09:44:20.441 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/scratch_devs 2024-01-16T09:44:20.468 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_1... 2024-01-16T09:44:20.470 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_1 2024-01-16T09:44:20.613 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-16T09:44:20.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:20.614 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_2... 2024-01-16T09:44:20.614 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_2 2024-01-16T09:44:20.747 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-16T09:44:20.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:20.750 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_3... 2024-01-16T09:44:20.750 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_3 2024-01-16T09:44:20.877 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-16T09:44:20.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:20.879 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_4... 2024-01-16T09:44:20.879 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_4 2024-01-16T09:44:21.011 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-16T09:44:21.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:21.013 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-01-16T09:44:21.013 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/scratch_devs 2024-01-16T09:44:21.040 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-16T09:44:21.051 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-16T09:44:21.051 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:44:21.053 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-16T09:44:21.069 INFO:teuthology.orchestra.run.smithi137.stderr:bash: ntpq: command not found 2024-01-16T09:44:21.074 INFO:teuthology.orchestra.run.smithi137.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T09:44:21.075 INFO:teuthology.orchestra.run.smithi137.stdout:=============================================================================== 2024-01-16T09:44:21.075 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 127 -1327us[-1374us] +/- 91ms 2024-01-16T09:44:21.075 INFO:teuthology.orchestra.run.smithi137.stdout:^* hv02.front.sepia.ceph.com 3 6 377 62 -1052us[-1041us] +/- 68ms 2024-01-16T09:44:21.075 INFO:teuthology.orchestra.run.smithi137.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 60 +2832us[+2832us] +/- 83ms 2024-01-16T09:44:21.075 INFO:teuthology.orchestra.run.smithi137.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:21.096 INFO:teuthology.orchestra.run.smithi184.stderr:bash: ntpq: command not found 2024-01-16T09:44:21.101 INFO:teuthology.orchestra.run.smithi184.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-16T09:44:21.102 INFO:teuthology.orchestra.run.smithi184.stdout:=============================================================================== 2024-01-16T09:44:21.102 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 128 -1399us[-1296us] +/- 91ms 2024-01-16T09:44:21.102 INFO:teuthology.orchestra.run.smithi184.stdout:^* hv02.front.sepia.ceph.com 3 6 377 2 -1135us[-1088us] +/- 69ms 2024-01-16T09:44:21.102 INFO:teuthology.orchestra.run.smithi184.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +2736us[+2786us] +/- 83ms 2024-01-16T09:44:21.103 INFO:teuthology.orchestra.run.smithi184.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-16T09:44:21.103 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-16T09:44:21.116 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-16T09:44:21.117 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-16T09:44:21.127 DEBUG:teuthology.orchestra.run.smithi137:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-16T09:44:21.202 DEBUG:teuthology.orchestra.run.smithi184:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-16T09:44:21.263 DEBUG:teuthology.orchestra.run.smithi137:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T09:44:21.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:21.295 DEBUG:teuthology.orchestra.run.smithi184:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-16T09:44:21.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:21.324 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-16T09:44:21.337 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-16T09:44:21.348 INFO:teuthology.task.internal:Duration was 2279.398515 seconds 2024-01-16T09:44:21.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-16T09:44:21.360 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-16T09:44:21.360 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T09:44:21.362 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-16T09:44:21.408 INFO:teuthology.orchestra.run.smithi137.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T09:44:21.411 INFO:teuthology.orchestra.run.smithi184.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-16T09:44:21.687 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-16T09:44:21.688 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-01-16T09:44:21.688 DEBUG:teuthology.orchestra.run.smithi137:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-16T09:44:21.711 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2024-01-16T09:44:21.712 DEBUG:teuthology.orchestra.run.smithi184:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-16T09:44:21.733 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-16T09:44:21.734 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T09:44:21.754 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-16T09:44:21.830 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-16T09:44:21.831 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T09:44:21.833 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-16T09:44:22.036 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-16T09:44:22.050 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-16T09:44:22.051 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T09:44:22.078 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-16T09:44:22.107 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-16T09:44:22.122 DEBUG:teuthology.orchestra.run.smithi137:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-16T09:44:22.124 DEBUG:teuthology.orchestra.run.smithi184:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-16T09:44:22.148 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-01-16T09:44:22.172 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2024-01-16T09:44:22.221 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T09:44:22.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:22.237 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-16T09:44:22.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-16T09:44:22.278 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-16T09:44:22.293 INFO:teuthology.task.internal:Transferring archived files... 2024-01-16T09:44:22.294 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725/remote/smithi137 2024-01-16T09:44:22.294 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T09:44:22.346 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725/remote/smithi184 2024-01-16T09:44:22.347 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-16T09:44:22.394 INFO:teuthology.task.internal:Removing archive directory... 2024-01-16T09:44:22.394 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T09:44:22.397 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-16T09:44:22.443 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-16T09:44:22.456 INFO:teuthology.task.internal:Not uploading archives. 2024-01-16T09:44:22.456 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-16T09:44:22.467 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-16T09:44:22.468 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T09:44:22.470 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-16T09:44:22.484 INFO:teuthology.orchestra.run.smithi137.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 09:44 /home/ubuntu/cephtest 2024-01-16T09:44:22.499 INFO:teuthology.orchestra.run.smithi184.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 16 09:44 /home/ubuntu/cephtest 2024-01-16T09:44:22.501 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-16T09:44:22.515 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-16T09:44:22.551 INFO:teuthology.nuke:Checking targets against current locks 2024-01-16T09:44:22.585 DEBUG:teuthology.nuke:shortname: smithi137 2024-01-16T09:44:22.586 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:44:22.607 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 09:00:58.803539', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNbq4Bd+vANRnf7559KJVjcJjPexWTlI0XtuYFrS4Oa8tL5544tNF0LiTU7xuZ0dAE3TmJcUaZDtml8OuA3d6xk='} 2024-01-16T09:44:22.613 DEBUG:teuthology.nuke:shortname: smithi184 2024-01-16T09:44:22.614 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-16T09:44:22.635 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-15_22:08:15-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7517725', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-16 09:00:58.805123', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPXFGfJYsLt5KU9dgsxfrDJh1Ai9FOtonIz7724BMznV02myGdYbacQ+2Dw0AS+FqHq71nr2IVzOmbcSphROj58='} 2024-01-16T09:44:22.658 INFO:teuthology.orchestra.console.smithi137:Power off 2024-01-16T09:44:22.659 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T09:44:22.683 DEBUG:teuthology.orchestra.console.smithi137:power off output: Chassis Power Control: Down/Off 2024-01-16T09:44:22.684 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:44:22.705 INFO:teuthology.orchestra.console.smithi184:Power off 2024-01-16T09:44:22.705 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-16T09:44:22.720 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-01-16T09:44:22.735 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2024-01-16T09:44:22.735 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:44:22.759 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-01-16T09:44:26.721 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:44:26.760 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:44:26.848 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-01-16T09:44:26.871 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-01-16T09:44:30.852 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:44:30.872 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:44:30.964 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-01-16T09:44:30.983 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2024-01-16T09:44:31.083 INFO:teuthology.orchestra.console.smithi184:Power off completed 2024-01-16T09:44:34.968 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-16T09:44:35.078 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is off 2024-01-16T09:44:35.179 INFO:teuthology.orchestra.console.smithi137:Power off completed 2024-01-16T09:44:35.283 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: 2279.398515224457 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f8eece9e3adc44a9b34d40d344ee5c7d status: fail success: false 2024-01-16T09:44:35.283 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-16T09:44:35.364 INFO:teuthology.run:FAIL